Html Css Color HEX #1C3E78 Dark Cerulean

📋 copy color: '#1C3E78'

red 28 ◦ green 62 ◦ blue 120

#1C3E78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #1C3E78

Tints of Dark Cerulean #1C3E78

RGB

 RED value IS 28 (11.33% from 255) = 13.33%

 GREEN value IS 62 (24.61% from 255) = 29.52%

 BLUE value IS 120 (47.27% from 255) = 57.14%

R = 13.33%
G = 29.52%
B = 57.14%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1C3E78 (or 0x1C3E78) is known color: Dark Cerulean. HEX triplet: 1C, 3E and 78. RGB value is (28,62,120). Sum of RGB (Red+Green+Blue) = 28+62+120=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C3E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3E78 is #E3C187. Grayscale: #3A3A3A. Windows color (decimal): -14926216 or 7880220. OLE color: 7880220.

HSL color Cylindrical-coordinate representation of color #1C3E78: hue angle of 217.83º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C3E78 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 62 120 -
CMYK 0.77 0.48 0 0.53
HSL 217.83º 0.62% 0.29% -
HSV(B) 217.83º 0.77% 0.47% -
XYZ 5.59 5.05 18.45 -
YUV 58.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 28 62 120 0.77 0.48 0 0.53 217.83 0.62 0.29
Hex 1C 3E 78 4D 30 0 35 DA 3E 1D
Octal 34 76 170 115 60 0 65 332 76 35
Binary 11100 111110 1111000 1001101 110000 0 110101 11011010 111110 11101

Color Harmonies of #1C3E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3E78

Black with #1C3E78

Text Example


Text Example

White with #1C3E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C3E78; }

 p { color: rgb(28,62,120); }

 H1.HeaderClassName
 {
   color: #1C3E78;
 }
 .AnyTagClassName
 {
   color: #1C3E78;
 }
</style>

background-color css

<style>
 a { background-color: #1C3E78; }

 a { background-color: rgb(28,62,120); }

 div.DivClassName
 {
   background-color: #1C3E78;
 }
 .BgClassName
 {
   background-color: #1C3E78;
 }
</style>

border-color css

<style>
 span { border-color: #1C3E78; }

 span { border-color: rgb(28,62,120); }

 td.TdClassName
 {
   border-color: #1C3E78;
 }
 .TagClassName
 {
   border-color: #1C3E78;
 }
</style>