Html Css Color HEX #1C4271 Dark Cerulean

📋 copy color: '#1C4271'

red 28 ◦ green 66 ◦ blue 113

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

Shades of Dark Cerulean #1C4271

Tints of Dark Cerulean #1C4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.88%

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

R = 13.53%
G = 31.88%
B = 54.59%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C4271 (or 0x1C4271) is known color: Dark Cerulean. HEX triplet: 1C, 42 and 71. RGB value is (28,66,113). Sum of RGB (Red+Green+Blue) = 28+66+113=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C4271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4271 is #E3BD8E. Grayscale: #3B3B3B. Windows color (decimal): -14925199 or 7422492. OLE color: 7422492.

HSL color Cylindrical-coordinate representation of color #1C4271: hue angle of 213.18º 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 #1C4271 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 66 113 -
CMYK 0.75 0.42 0 0.56
HSL 213.18º 0.6% 0.28% -
HSV(B) 213.18º 0.75% 0.44% -
XYZ 5.41 5.34 16.37 -
YUV 60 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 28 66 113 0.75 0.42 0 0.56 213.18 0.6 0.28
Hex 1C 42 71 4B 2A 0 38 D5 3C 1C
Octal 34 102 161 113 52 0 70 325 74 34
Binary 11100 1000010 1110001 1001011 101010 0 111000 11010101 111100 11100

Color Harmonies of #1C4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4271

Black with #1C4271

Text Example


Text Example

White with #1C4271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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