Html Css Color HEX #024081 Dark Cerulean

📋 copy color: '#024081'

red 2 ◦ green 64 ◦ blue 129

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

Shades of Dark Cerulean #024081

Tints of Dark Cerulean #024081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 66.15%

R = 1.03%
G = 32.82%
B = 66.15%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024081 (or 0x024081) is known color: Dark Cerulean. HEX triplet: 02, 40 and 81. RGB value is (2,64,129). Sum of RGB (Red+Green+Blue) = 2+64+129=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #024081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024081 is #FDBF7E. Grayscale: #343434. Windows color (decimal): -16629631 or 8470530. OLE color: 8470530.

HSL color Cylindrical-coordinate representation of color #024081: hue angle of 210.71º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024081 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 64 129 -
CMYK 0.98 0.50 0 0.49
HSL 210.71º 0.97% 0.26% -
HSV(B) 210.71º 0.98% 0.51% -
XYZ 5.82 5.26 21.48 -
YUV 52.87 170.96 91.71 -
System Red Green Blue C M Y K H S L
Decimal 2 64 129 0.98 0.50 0 0.49 210.71 0.97 0.26
Hex 2 40 81 62 32 0 31 D3 61 1A
Octal 2 100 201 142 62 0 61 323 141 32
Binary 10 1000000 10000001 1100010 110010 0 110001 11010011 1100001 11010

Color Harmonies of #024081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024081

Black with #024081

Text Example


Text Example

White with #024081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024081; }

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

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

background-color css

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

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

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

border-color css

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

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

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