Html Css Color HEX #024481 Dark Cerulean

📋 copy color: '#024481'

red 2 ◦ green 68 ◦ blue 129

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

Shades of Dark Cerulean #024481

Tints of Dark Cerulean #024481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.17%

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

R = 1.01%
G = 34.17%
B = 64.82%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024481 (or 0x024481) is known color: Dark Cerulean. HEX triplet: 02, 44 and 81. RGB value is (2,68,129). Sum of RGB (Red+Green+Blue) = 2+68+129=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #024481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024481 is #FDBB7E. Grayscale: #363636. Windows color (decimal): -16628607 or 8471554. OLE color: 8471554.

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

Color convert

RGB 2 68 129 -
CMYK 0.98 0.47 0 0.49
HSL 208.82º 0.97% 0.26% -
HSV(B) 208.82º 0.98% 0.51% -
XYZ 6.05 5.73 21.56 -
YUV 55.22 169.63 90.04 -
System Red Green Blue C M Y K H S L
Decimal 2 68 129 0.98 0.47 0 0.49 208.82 0.97 0.26
Hex 2 44 81 62 2F 0 31 D1 61 1A
Octal 2 104 201 142 57 0 61 321 141 32
Binary 10 1000100 10000001 1100010 101111 0 110001 11010001 1100001 11010

Color Harmonies of #024481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024481

Black with #024481

Text Example


Text Example

White with #024481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024481; }

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

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

background-color css

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

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

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

border-color css

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

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

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