Html Css Color HEX #024484 Dark Cerulean

📋 copy color: '#024484'

red 2 ◦ green 68 ◦ blue 132

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

Shades of Dark Cerulean #024484

Tints of Dark Cerulean #024484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 65.35%

R = 0.99%
G = 33.66%
B = 65.35%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#024484 (or 0x024484) is known color: Dark Cerulean. HEX triplet: 02, 44 and 84. RGB value is (2,68,132). Sum of RGB (Red+Green+Blue) = 2+68+132=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #024484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024484 is #FDBB7B. Grayscale: #373737. Windows color (decimal): -16628604 or 8668162. OLE color: 8668162.

HSL color Cylindrical-coordinate representation of color #024484: hue angle of 209.54º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024484 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 68 132 -
CMYK 0.98 0.48 0 0.48
HSL 209.54º 0.97% 0.26% -
HSV(B) 209.54º 0.98% 0.52% -
XYZ 6.26 5.81 22.62 -
YUV 55.56 171.13 89.8 -
System Red Green Blue C M Y K H S L
Decimal 2 68 132 0.98 0.48 0 0.48 209.54 0.97 0.26
Hex 2 44 84 62 30 0 30 D2 61 1A
Octal 2 104 204 142 60 0 60 322 141 32
Binary 10 1000100 10000100 1100010 110000 0 110000 11010010 1100001 11010

Color Harmonies of #024484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024484

Black with #024484

Text Example


Text Example

White with #024484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024484; }

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

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

background-color css

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

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

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

border-color css

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

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

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