Html Css Color HEX #024082 Dark Cerulean

📋 copy color: '#024082'

red 2 ◦ green 64 ◦ blue 130

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

Shades of Dark Cerulean #024082

Tints of Dark Cerulean #024082

RGB

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

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

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

R = 1.02%
G = 32.65%
B = 66.33%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024082 (or 0x024082) is known color: Dark Cerulean. HEX triplet: 02, 40 and 82. RGB value is (2,64,130). Sum of RGB (Red+Green+Blue) = 2+64+130=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #024082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024082 is #FDBF7D. Grayscale: #343434. Windows color (decimal): -16629630 or 8536066. OLE color: 8536066.

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

Color convert

RGB 2 64 130 -
CMYK 0.98 0.51 0 0.49
HSL 210.94º 0.97% 0.26% -
HSV(B) 210.94º 0.98% 0.51% -
XYZ 5.89 5.29 21.83 -
YUV 52.99 171.46 91.63 -
System Red Green Blue C M Y K H S L
Decimal 2 64 130 0.98 0.51 0 0.49 210.94 0.97 0.26
Hex 2 40 82 62 33 0 31 D3 61 1A
Octal 2 100 202 142 63 0 61 323 141 32
Binary 10 1000000 10000010 1100010 110011 0 110001 11010011 1100001 11010

Color Harmonies of #024082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024082

Black with #024082

Text Example


Text Example

White with #024082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024082; }

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

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

background-color css

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

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

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

border-color css

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

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

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