Html Css Color HEX #024C88 Dark Cerulean

📋 copy color: '#024C88'

red 2 ◦ green 76 ◦ blue 136

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

Shades of Dark Cerulean #024C88

Tints of Dark Cerulean #024C88

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.51%

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

R = 0.93%
G = 35.51%
B = 63.55%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#024C88 (or 0x024C88) is known color: Dark Cerulean. HEX triplet: 02, 4C and 88. RGB value is (2,76,136). Sum of RGB (Red+Green+Blue) = 2+76+136=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #024C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C88 is #FDB377. Grayscale: #3C3C3C. Windows color (decimal): -16626552 or 8932354. OLE color: 8932354.

HSL color Cylindrical-coordinate representation of color #024C88: hue angle of 206.87º 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 #024C88 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 76 136 -
CMYK 0.99 0.44 0 0.47
HSL 206.87º 0.97% 0.27% -
HSV(B) 206.87º 0.99% 0.53% -
XYZ 7.05 6.96 24.26 -
YUV 60.71 170.48 86.12 -
System Red Green Blue C M Y K H S L
Decimal 2 76 136 0.99 0.44 0 0.47 206.87 0.97 0.27
Hex 2 4C 88 63 2C 0 2F CF 61 1B
Octal 2 114 210 143 54 0 57 317 141 33
Binary 10 1001100 10001000 1100011 101100 0 101111 11001111 1100001 11011

Color Harmonies of #024C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C88

Black with #024C88

Text Example


Text Example

White with #024C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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