Html Css Color HEX #024588 Dark Cerulean

📋 copy color: '#024588'

red 2 ◦ green 69 ◦ blue 136

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

Shades of Dark Cerulean #024588

Tints of Dark Cerulean #024588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

 BLUE value IS 136 (53.52% from 255) = 65.7%

R = 0.97%
G = 33.33%
B = 65.7%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#024588 (or 0x024588) is known color: Dark Cerulean. HEX triplet: 02, 45 and 88. RGB value is (2,69,136). Sum of RGB (Red+Green+Blue) = 2+69+136=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #024588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024588 is #FDBA77. Grayscale: #383838. Windows color (decimal): -16628344 or 8930562. OLE color: 8930562.

HSL color Cylindrical-coordinate representation of color #024588: hue angle of 210º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024588 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 69 136 -
CMYK 0.99 0.49 0 0.47
HSL 210º 0.97% 0.27% -
HSV(B) 210º 0.99% 0.53% -
XYZ 6.6 6.05 24.11 -
YUV 56.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 2 69 136 0.99 0.49 0 0.47 210 0.97 0.27
Hex 2 45 88 63 31 0 2F D2 61 1B
Octal 2 105 210 143 61 0 57 322 141 33
Binary 10 1000101 10001000 1100011 110001 0 101111 11010010 1100001 11011

Color Harmonies of #024588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024588

Black with #024588

Text Example


Text Example

White with #024588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024588; }

 p { color: rgb(2,69,136); }

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

background-color css

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

 a { background-color: rgb(2,69,136); }

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

border-color css

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

 span { border-color: rgb(2,69,136); }

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