Html Css Color HEX #024087 Dark Cerulean

📋 copy color: '#024087'

red 2 ◦ green 64 ◦ blue 135

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

Shades of Dark Cerulean #024087

Tints of Dark Cerulean #024087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

 BLUE value IS 135 (53.13% from 255) = 67.16%

R = 1%
G = 31.84%
B = 67.16%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#024087 (or 0x024087) is known color: Dark Cerulean. HEX triplet: 02, 40 and 87. RGB value is (2,64,135). Sum of RGB (Red+Green+Blue) = 2+64+135=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #024087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024087 is #FDBF78. Grayscale: #353535. Windows color (decimal): -16629625 or 8863746. OLE color: 8863746.

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

Color convert

RGB 2 64 135 -
CMYK 0.99 0.53 0 0.47
HSL 212.03º 0.97% 0.27% -
HSV(B) 212.03º 0.99% 0.53% -
XYZ 6.23 5.43 23.64 -
YUV 53.56 173.96 91.23 -
System Red Green Blue C M Y K H S L
Decimal 2 64 135 0.99 0.53 0 0.47 212.03 0.97 0.27
Hex 2 40 87 63 35 0 2F D4 61 1B
Octal 2 100 207 143 65 0 57 324 141 33
Binary 10 1000000 10000111 1100011 110101 0 101111 11010100 1100001 11011

Color Harmonies of #024087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024087

Black with #024087

Text Example


Text Example

White with #024087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024087; }

 p { color: rgb(2,64,135); }

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

background-color css

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

 a { background-color: rgb(2,64,135); }

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

border-color css

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

 span { border-color: rgb(2,64,135); }

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