Html Css Color HEX #024585 Dark Cerulean

📋 copy color: '#024585'

red 2 ◦ green 69 ◦ blue 133

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

Shades of Dark Cerulean #024585

Tints of Dark Cerulean #024585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.2%

R = 0.98%
G = 33.82%
B = 65.2%

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

#024585 (or 0x024585) is known color: Dark Cerulean. HEX triplet: 02, 45 and 85. RGB value is (2,69,133). Sum of RGB (Red+Green+Blue) = 2+69+133=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #024585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024585 is #FDBA7A. Grayscale: #373737. Windows color (decimal): -16628347 or 8733954. OLE color: 8733954.

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

Color convert

RGB 2 69 133 -
CMYK 0.98 0.48 0 0.48
HSL 209.31º 0.97% 0.26% -
HSV(B) 209.31º 0.98% 0.52% -
XYZ 6.39 5.96 23 -
YUV 56.26 171.3 89.3 -
System Red Green Blue C M Y K H S L
Decimal 2 69 133 0.98 0.48 0 0.48 209.31 0.97 0.26
Hex 2 45 85 62 30 0 30 D1 61 1A
Octal 2 105 205 142 60 0 60 321 141 32
Binary 10 1000101 10000101 1100010 110000 0 110000 11010001 1100001 11010

Color Harmonies of #024585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024585

Black with #024585

Text Example


Text Example

White with #024585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024585; }

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

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

background-color css

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

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

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

border-color css

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

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

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