Html Css Color HEX #024287 Dark Cerulean

📋 copy color: '#024287'

red 2 ◦ green 66 ◦ blue 135

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

Shades of Dark Cerulean #024287

Tints of Dark Cerulean #024287

RGB

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

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

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

R = 0.99%
G = 32.51%
B = 66.5%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#024287 (or 0x024287) is known color: Dark Cerulean. HEX triplet: 02, 42 and 87. RGB value is (2,66,135). Sum of RGB (Red+Green+Blue) = 2+66+135=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #024287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024287 is #FDBD78. Grayscale: #363636. Windows color (decimal): -16629113 or 8864258. OLE color: 8864258.

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

Color convert

RGB 2 66 135 -
CMYK 0.99 0.51 0 0.47
HSL 211.13º 0.97% 0.27% -
HSV(B) 211.13º 0.99% 0.53% -
XYZ 6.35 5.66 23.68 -
YUV 54.73 173.3 90.39 -
System Red Green Blue C M Y K H S L
Decimal 2 66 135 0.99 0.51 0 0.47 211.13 0.97 0.27
Hex 2 42 87 63 33 0 2F D3 61 1B
Octal 2 102 207 143 63 0 57 323 141 33
Binary 10 1000010 10000111 1100011 110011 0 101111 11010011 1100001 11011

Color Harmonies of #024287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024287

Black with #024287

Text Example


Text Example

White with #024287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024287; }

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

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

background-color css

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

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

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

border-color css

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

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

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