Html Css Color HEX #024882 Dark Cerulean

📋 copy color: '#024882'

red 2 ◦ green 72 ◦ blue 130

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

Shades of Dark Cerulean #024882

Tints of Dark Cerulean #024882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 63.73%

R = 0.98%
G = 35.29%
B = 63.73%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024882 (or 0x024882) is known color: Dark Cerulean. HEX triplet: 02, 48 and 82. RGB value is (2,72,130). Sum of RGB (Red+Green+Blue) = 2+72+130=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #024882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024882 is #FDB77D. Grayscale: #393939. Windows color (decimal): -16627582 or 8538114. OLE color: 8538114.

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

Color convert

RGB 2 72 130 -
CMYK 0.98 0.45 0 0.49
HSL 207.19º 0.97% 0.26% -
HSV(B) 207.19º 0.98% 0.51% -
XYZ 6.37 6.26 21.99 -
YUV 57.68 168.81 88.28 -
System Red Green Blue C M Y K H S L
Decimal 2 72 130 0.98 0.45 0 0.49 207.19 0.97 0.26
Hex 2 48 82 62 2D 0 31 CF 61 1A
Octal 2 110 202 142 55 0 61 317 141 32
Binary 10 1001000 10000010 1100010 101101 0 110001 11001111 1100001 11010

Color Harmonies of #024882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024882

Black with #024882

Text Example


Text Example

White with #024882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024882; }

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

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

background-color css

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

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

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

border-color css

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

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

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