Html Css Color HEX #1C4172 Dark Cerulean

📋 copy color: '#1C4172'

red 28 ◦ green 65 ◦ blue 114

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

Shades of Dark Cerulean #1C4172

Tints of Dark Cerulean #1C4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

 BLUE value IS 114 (44.92% from 255) = 55.07%

R = 13.53%
G = 31.4%
B = 55.07%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1C4172 (or 0x1C4172) is known color: Dark Cerulean. HEX triplet: 1C, 41 and 72. RGB value is (28,65,114). Sum of RGB (Red+Green+Blue) = 28+65+114=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4172 is #E3BE8D. Grayscale: #3B3B3B. Windows color (decimal): -14925454 or 7487772. OLE color: 7487772.

HSL color Cylindrical-coordinate representation of color #1C4172: hue angle of 214.19º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C4172 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 65 114 -
CMYK 0.75 0.43 0 0.55
HSL 214.19º 0.61% 0.28% -
HSV(B) 214.19º 0.75% 0.45% -
XYZ 5.41 5.24 16.65 -
YUV 59.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 28 65 114 0.75 0.43 0 0.55 214.19 0.61 0.28
Hex 1C 41 72 4B 2B 0 37 D6 3D 1C
Octal 34 101 162 113 53 0 67 326 75 34
Binary 11100 1000001 1110010 1001011 101011 0 110111 11010110 111101 11100

Color Harmonies of #1C4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4172

Black with #1C4172

Text Example


Text Example

White with #1C4172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,65,114); }

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

background-color css

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

 a { background-color: rgb(28,65,114); }

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

border-color css

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

 span { border-color: rgb(28,65,114); }

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