Html Css Color HEX #1C4275 Dark Cerulean

📋 copy color: '#1C4275'

red 28 ◦ green 66 ◦ blue 117

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

Shades of Dark Cerulean #1C4275

Tints of Dark Cerulean #1C4275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.45%

R = 13.27%
G = 31.28%
B = 55.45%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C4275 (or 0x1C4275) is known color: Dark Cerulean. HEX triplet: 1C, 42 and 75. RGB value is (28,66,117). Sum of RGB (Red+Green+Blue) = 28+66+117=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C4275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4275 is #E3BD8A. Grayscale: #3C3C3C. Windows color (decimal): -14925195 or 7684636. OLE color: 7684636.

HSL color Cylindrical-coordinate representation of color #1C4275: hue angle of 214.38º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4275 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 66 117 -
CMYK 0.76 0.44 0 0.54
HSL 214.38º 0.61% 0.28% -
HSV(B) 214.38º 0.76% 0.46% -
XYZ 5.64 5.43 17.58 -
YUV 60.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 28 66 117 0.76 0.44 0 0.54 214.38 0.61 0.28
Hex 1C 42 75 4C 2C 0 36 D6 3D 1C
Octal 34 102 165 114 54 0 66 326 75 34
Binary 11100 1000010 1110101 1001100 101100 0 110110 11010110 111101 11100

Color Harmonies of #1C4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4275

Black with #1C4275

Text Example


Text Example

White with #1C4275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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