Html Css Color HEX #1C3F77 Dark Cerulean

📋 copy color: '#1C3F77'

red 28 ◦ green 63 ◦ blue 119

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

Shades of Dark Cerulean #1C3F77

Tints of Dark Cerulean #1C3F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 13.33%
G = 30%
B = 56.67%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C3F77 (or 0x1C3F77) is known color: Dark Cerulean. HEX triplet: 1C, 3F and 77. RGB value is (28,63,119). Sum of RGB (Red+Green+Blue) = 28+63+119=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C3F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3F77 is #E3C088. Grayscale: #3A3A3A. Windows color (decimal): -14925961 or 7814940. OLE color: 7814940.

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

Color convert

RGB 28 63 119 -
CMYK 0.76 0.47 0 0.53
HSL 216.92º 0.62% 0.29% -
HSV(B) 216.92º 0.76% 0.47% -
XYZ 5.59 5.13 18.15 -
YUV 58.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 28 63 119 0.76 0.47 0 0.53 216.92 0.62 0.29
Hex 1C 3F 77 4C 2F 0 35 D9 3E 1D
Octal 34 77 167 114 57 0 65 331 76 35
Binary 11100 111111 1110111 1001100 101111 0 110101 11011001 111110 11101

Color Harmonies of #1C3F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3F77

Black with #1C3F77

Text Example


Text Example

White with #1C3F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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