Html Css Color HEX #024584 Dark Cerulean

📋 copy color: '#024584'

red 2 ◦ green 69 ◦ blue 132

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

Shades of Dark Cerulean #024584

Tints of Dark Cerulean #024584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

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

R = 0.99%
G = 33.99%
B = 65.02%

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

#024584 (or 0x024584) is known color: Dark Cerulean. HEX triplet: 02, 45 and 84. RGB value is (2,69,132). Sum of RGB (Red+Green+Blue) = 2+69+132=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #024584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024584 is #FDBA7B. Grayscale: #373737. Windows color (decimal): -16628348 or 8668418. OLE color: 8668418.

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

Color convert

RGB 2 69 132 -
CMYK 0.98 0.48 0 0.48
HSL 209.08º 0.97% 0.26% -
HSV(B) 209.08º 0.98% 0.52% -
XYZ 6.32 5.94 22.64 -
YUV 56.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 2 69 132 0.98 0.48 0 0.48 209.08 0.97 0.26
Hex 2 45 84 62 30 0 30 D1 61 1A
Octal 2 105 204 142 60 0 60 321 141 32
Binary 10 1000101 10000100 1100010 110000 0 110000 11010001 1100001 11010

Color Harmonies of #024584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024584

Black with #024584

Text Example


Text Example

White with #024584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024584; }

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

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

background-color css

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

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

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

border-color css

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

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

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