Html Css Color HEX #024881 Dark Cerulean

📋 copy color: '#024881'

red 2 ◦ green 72 ◦ blue 129

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

Shades of Dark Cerulean #024881

Tints of Dark Cerulean #024881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.47%

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

R = 0.99%
G = 35.47%
B = 63.55%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024881 (or 0x024881) is known color: Dark Cerulean. HEX triplet: 02, 48 and 81. RGB value is (2,72,129). Sum of RGB (Red+Green+Blue) = 2+72+129=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #024881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024881 is #FDB77E. Grayscale: #393939. Windows color (decimal): -16627583 or 8472578. OLE color: 8472578.

HSL color Cylindrical-coordinate representation of color #024881: hue angle of 206.93º 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 #024881 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 72 129 -
CMYK 0.98 0.44 0 0.49
HSL 206.93º 0.97% 0.26% -
HSV(B) 206.93º 0.98% 0.51% -
XYZ 6.3 6.23 21.64 -
YUV 57.57 168.31 88.37 -
System Red Green Blue C M Y K H S L
Decimal 2 72 129 0.98 0.44 0 0.49 206.93 0.97 0.26
Hex 2 48 81 62 2C 0 31 CF 61 1A
Octal 2 110 201 142 54 0 61 317 141 32
Binary 10 1001000 10000001 1100010 101100 0 110001 11001111 1100001 11010

Color Harmonies of #024881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024881

Black with #024881

Text Example


Text Example

White with #024881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024881; }

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

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

background-color css

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

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

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

border-color css

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

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

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