Html Css Color HEX #1C4370 Dark Cerulean

📋 copy color: '#1C4370'

red 28 ◦ green 67 ◦ blue 112

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

Shades of Dark Cerulean #1C4370

Tints of Dark Cerulean #1C4370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.37%

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 13.53%
G = 32.37%
B = 54.11%

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

#1C4370 (or 0x1C4370) is known color: Dark Cerulean. HEX triplet: 1C, 43 and 70. RGB value is (28,67,112). Sum of RGB (Red+Green+Blue) = 28+67+112=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C4370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4370 is #E3BC8F. Grayscale: #3C3C3C. Windows color (decimal): -14924944 or 7357212. OLE color: 7357212.

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

Color convert

RGB 28 67 112 -
CMYK 0.75 0.40 0 0.56
HSL 212.14º 0.6% 0.27% -
HSV(B) 212.14º 0.75% 0.44% -
XYZ 5.41 5.43 16.09 -
YUV 60.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 28 67 112 0.75 0.40 0 0.56 212.14 0.6 0.27
Hex 1C 43 70 4B 28 0 38 D4 3C 1B
Octal 34 103 160 113 50 0 70 324 74 33
Binary 11100 1000011 1110000 1001011 101000 0 111000 11010100 111100 11011

Color Harmonies of #1C4370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4370

Black with #1C4370

Text Example


Text Example

White with #1C4370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,67,112); }

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

background-color css

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

 a { background-color: rgb(28,67,112); }

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

border-color css

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

 span { border-color: rgb(28,67,112); }

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