Html Css Color HEX #1C4471 Dark Cerulean

📋 copy color: '#1C4471'

red 28 ◦ green 68 ◦ blue 113

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

Shades of Dark Cerulean #1C4471

Tints of Dark Cerulean #1C4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 13.4%
G = 32.54%
B = 54.07%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C4471 (or 0x1C4471) is known color: Dark Cerulean. HEX triplet: 1C, 44 and 71. RGB value is (28,68,113). Sum of RGB (Red+Green+Blue) = 28+68+113=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C4471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4471 is #E3BB8E. Grayscale: #3C3C3C. Windows color (decimal): -14924687 or 7423004. OLE color: 7423004.

HSL color Cylindrical-coordinate representation of color #1C4471: hue angle of 211.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C4471 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 68 113 -
CMYK 0.75 0.40 0 0.56
HSL 211.76º 0.6% 0.28% -
HSV(B) 211.76º 0.75% 0.44% -
XYZ 5.53 5.57 16.41 -
YUV 61.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 28 68 113 0.75 0.40 0 0.56 211.76 0.6 0.28
Hex 1C 44 71 4B 28 0 38 D4 3C 1C
Octal 34 104 161 113 50 0 70 324 74 34
Binary 11100 1000100 1110001 1001011 101000 0 111000 11010100 111100 11100

Color Harmonies of #1C4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4471

Black with #1C4471

Text Example


Text Example

White with #1C4471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,68,113); }

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

background-color css

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

 a { background-color: rgb(28,68,113); }

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

border-color css

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

 span { border-color: rgb(28,68,113); }

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