Html Css Color HEX #024475 Dark Cerulean

📋 copy color: '#024475'

red 2 ◦ green 68 ◦ blue 117

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

Shades of Dark Cerulean #024475

Tints of Dark Cerulean #024475

RGB

 RED value IS 2 (1.17% from 255) = 1.07%

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

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

R = 1.07%
G = 36.36%
B = 62.57%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#024475 (or 0x024475) is known color: Dark Cerulean. HEX triplet: 02, 44 and 75. RGB value is (2,68,117). Sum of RGB (Red+Green+Blue) = 2+68+117=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #024475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024475 is #FDBB8A. Grayscale: #353535. Windows color (decimal): -16628619 or 7685122. OLE color: 7685122.

HSL color Cylindrical-coordinate representation of color #024475: hue angle of 205.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024475 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 68 117 -
CMYK 0.98 0.42 0 0.54
HSL 205.57º 0.97% 0.23% -
HSV(B) 205.57º 0.98% 0.46% -
XYZ 5.3 5.43 17.6 -
YUV 53.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 2 68 117 0.98 0.42 0 0.54 205.57 0.97 0.23
Hex 2 44 75 62 2A 0 36 CE 61 17
Octal 2 104 165 142 52 0 66 316 141 27
Binary 10 1000100 1110101 1100010 101010 0 110110 11001110 1100001 10111

Color Harmonies of #024475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024475

Black with #024475

Text Example


Text Example

White with #024475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024475; }

 p { color: rgb(2,68,117); }

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

background-color css

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

 a { background-color: rgb(2,68,117); }

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

border-color css

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

 span { border-color: rgb(2,68,117); }

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