Html Css Color HEX #1C3F79 Dark Cerulean

📋 copy color: '#1C3F79'

red 28 ◦ green 63 ◦ blue 121

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

Shades of Dark Cerulean #1C3F79

Tints of Dark Cerulean #1C3F79

RGB

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

 GREEN value IS 63 (25% from 255) = 29.72%

 BLUE value IS 121 (47.66% from 255) = 57.08%

R = 13.21%
G = 29.72%
B = 57.08%

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

#1C3F79 (or 0x1C3F79) is known color: Dark Cerulean. HEX triplet: 1C, 3F and 79. RGB value is (28,63,121). Sum of RGB (Red+Green+Blue) = 28+63+121=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C3F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3F79 is #E3C086. Grayscale: #3A3A3A. Windows color (decimal): -14925959 or 7946012. OLE color: 7946012.

HSL color Cylindrical-coordinate representation of color #1C3F79: hue angle of 217.42º 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 #1C3F79 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 63 121 -
CMYK 0.77 0.48 0 0.53
HSL 217.42º 0.62% 0.29% -
HSV(B) 217.42º 0.77% 0.47% -
XYZ 5.71 5.18 18.79 -
YUV 59.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 28 63 121 0.77 0.48 0 0.53 217.42 0.62 0.29
Hex 1C 3F 79 4D 30 0 35 D9 3E 1D
Octal 34 77 171 115 60 0 65 331 76 35
Binary 11100 111111 1111001 1001101 110000 0 110101 11011001 111110 11101

Color Harmonies of #1C3F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3F79

Black with #1C3F79

Text Example


Text Example

White with #1C3F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,63,121); }

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

background-color css

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

 a { background-color: rgb(28,63,121); }

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

border-color css

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

 span { border-color: rgb(28,63,121); }

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