Html Css Color HEX #024482 Dark Cerulean

📋 copy color: '#024482'

red 2 ◦ green 68 ◦ blue 130

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

Shades of Dark Cerulean #024482

Tints of Dark Cerulean #024482

RGB

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

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

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

R = 1%
G = 34%
B = 65%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024482 (or 0x024482) is known color: Dark Cerulean. HEX triplet: 02, 44 and 82. RGB value is (2,68,130). Sum of RGB (Red+Green+Blue) = 2+68+130=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #024482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024482 is #FDBB7D. Grayscale: #373737. Windows color (decimal): -16628606 or 8537090. OLE color: 8537090.

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

Color convert

RGB 2 68 130 -
CMYK 0.98 0.48 0 0.49
HSL 209.06º 0.97% 0.26% -
HSV(B) 209.06º 0.98% 0.51% -
XYZ 6.12 5.76 21.91 -
YUV 55.33 170.13 89.96 -
System Red Green Blue C M Y K H S L
Decimal 2 68 130 0.98 0.48 0 0.49 209.06 0.97 0.26
Hex 2 44 82 62 30 0 31 D1 61 1A
Octal 2 104 202 142 60 0 61 321 141 32
Binary 10 1000100 10000010 1100010 110000 0 110001 11010001 1100001 11010

Color Harmonies of #024482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024482

Black with #024482

Text Example


Text Example

White with #024482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024482; }

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

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

background-color css

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

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

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

border-color css

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

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

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