Html Css Color HEX #024982 Dark Cerulean

📋 copy color: '#024982'

red 2 ◦ green 73 ◦ blue 130

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

Shades of Dark Cerulean #024982

Tints of Dark Cerulean #024982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.61%

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

R = 0.98%
G = 35.61%
B = 63.41%

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

#024982 (or 0x024982) is known color: Dark Cerulean. HEX triplet: 02, 49 and 82. RGB value is (2,73,130). Sum of RGB (Red+Green+Blue) = 2+73+130=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #024982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024982 is #FDB67D. Grayscale: #393939. Windows color (decimal): -16627326 or 8538370. OLE color: 8538370.

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

Color convert

RGB 2 73 130 -
CMYK 0.98 0.44 0 0.49
HSL 206.72º 0.97% 0.26% -
HSV(B) 206.72º 0.98% 0.51% -
XYZ 6.44 6.39 22.01 -
YUV 58.27 168.48 87.87 -
System Red Green Blue C M Y K H S L
Decimal 2 73 130 0.98 0.44 0 0.49 206.72 0.97 0.26
Hex 2 49 82 62 2C 0 31 CF 61 1A
Octal 2 111 202 142 54 0 61 317 141 32
Binary 10 1001001 10000010 1100010 101100 0 110001 11001111 1100001 11010

Color Harmonies of #024982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024982

Black with #024982

Text Example


Text Example

White with #024982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024982; }

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

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

background-color css

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

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

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

border-color css

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

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

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