Html Css Color HEX #024589 Dark Cerulean

📋 copy color: '#024589'

red 2 ◦ green 69 ◦ blue 137

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

Shades of Dark Cerulean #024589

Tints of Dark Cerulean #024589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 65.87%

R = 0.96%
G = 33.17%
B = 65.87%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#024589 (or 0x024589) is known color: Dark Cerulean. HEX triplet: 02, 45 and 89. RGB value is (2,69,137). Sum of RGB (Red+Green+Blue) = 2+69+137=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #024589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024589 is #FDBA76. Grayscale: #383838. Windows color (decimal): -16628343 or 8996098. OLE color: 8996098.

HSL color Cylindrical-coordinate representation of color #024589: hue angle of 210.22º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024589 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 69 137 -
CMYK 0.99 0.50 0 0.46
HSL 210.22º 0.97% 0.27% -
HSV(B) 210.22º 0.99% 0.54% -
XYZ 6.67 6.08 24.49 -
YUV 56.72 173.3 88.97 -
System Red Green Blue C M Y K H S L
Decimal 2 69 137 0.99 0.50 0 0.46 210.22 0.97 0.27
Hex 2 45 89 63 32 0 2E D2 61 1B
Octal 2 105 211 143 62 0 56 322 141 33
Binary 10 1000101 10001001 1100011 110010 0 101110 11010010 1100001 11011

Color Harmonies of #024589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024589

Black with #024589

Text Example


Text Example

White with #024589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024589; }

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

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

background-color css

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

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

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

border-color css

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

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

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