COLOR #1827C4

HEX: #1827C4
RGB: (24,39,196)

Color info

#1827C4 contains mainly blue color. Web safe color of #1827C4 is #0033CC (or #03C).

RGB color model

#1827C4 color RGB value is (24,39,196).

  • red value is 24;
  • green value is 39;
  • blue value is 196.
RGB: (24,39,196) (9%,15%,77%)

RGB channels and saturation

R 24 of 255 = 9%
G 39 of 255 = 15%
B 196 of 255 = 77%

24
39
196

R + G + B ~ 34%. #1827C4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 39 + 196 = 259 (100%)
R 24 of 259 ~ 9.27%
G 39 of 259 ~ 15.06%
B 196 of 259 ~ 75.68%

%15.06
%75.68

CMYK color model

#1827C4 color CMYK value is (88,80,0,23).

  • cyan value is 87.76%
  • magenta value is 80.10%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK: (88,80,0,23) C88M80Y0K23 (88%,80%,0%,23%) (0.88/0.80/0.00/0.23)

CMYK percentages

%87.76
%80.1
%0
%23.14

Codes

Color #1827C4 in popluar color models

1827C4
RGB2439196
HSL235°78.18%43.14%
HSB/HSV235°87.76%76.86%
CMYK87.76%80.10%0.00%
23.14%

Color #1827C4 in popluar number systems.

HEX1827C4
Decimal2439196
Binary1100010011111000100
Octal3047304

Shades and tints

Shades of #1827C4

#1827C4
(24,39,196)
#1624B3
(22,36,179)
#1421A2
(20,33,162)
#121E91
(18,30,145)
#101B80
(16,27,128)
#0E186F
(14,24,111)
#0C155E
(12,21,94)
#0A124D
(10,18,77)
#080F3C
(8,15,60)
#060C2B
(6,12,43)
#04091A
(4,9,26)
#000000
(0,0,0)

Tints of #1827C4

#1827C4
(24,39,196)
#2D3AC9
(45,58,201)
#424DCE
(66,77,206)
#5760D3
(87,96,211)
#6C73D8
(108,115,216)
#8186DD
(129,134,221)
#9699E2
(150,153,226)
#ABACE7
(171,172,231)
#C0BFEC
(192,191,236)
#D5D2F1
(213,210,241)
#EAE5F6
(234,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1827C4 color. Also use rgb(24,39,196) instead hex code.

Text Font Color

.myTextColor { color: #1827C4; }

<p style="color:#1827C4">This sample text font color is #1827C4.</p>

This text font color is #1827C4.


Background Color

.myBgColor { background-color: #1827C4; }

<div style="background-color:#1827C4">Inner text</div>

This div background color is #1827C4.


Border color

.myBorderColor { border: 1px solid #1827C4; }

<div style="border:3px solid #1827C4">Div</div>

This div border color is #1827C4.


Opacity

.myOpacity80 { color: #1827C4; opacity: 0.8; }

<p style="color:#1827C4;opacity:0.8;">80%</p>

Text with #1827C4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1827C4;}

<p style="text-shadow: 3px 3px 1px #1827C4">Text here.</p>

This text has shadow with #1827C4 color.

.textShadow {text-shadow: 3px 3px 1px #1827C4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1827C4, 5px 5px 20px red">Text here.</p>

This text has shadow with #1827C4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1827C4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1827C4, Direction=45, Strength=4)">Text</p>

This text has shadow with #1827C4 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #1827C4; -webkit-box-shadow:	1px 1px 3px 2px #1827C4; box-shadow:	1px 1px 3px 2px #1827C4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #1827C4; -webkit-box-shadow: 1px 1px 3px 2px #1827C4; box-shadow:1px 1px 3px 2px #1827C4;">
Div content here</div>
This div box has shadow with color #1827C4.

Preview

Color preview on black background

This text has color #1827C4 on black background.


Color preview on white background

This text has color #1827C4 on white background.



Black color preview on #1827C4 background

This text has black color on #1827C4 background.


White color preview on #1827C4 background

This text has white color on #1827C4 background.