Html Css Color HEX #024889 Dark Cerulean

📋 copy color: '#024889'

red 2 ◦ green 72 ◦ blue 137

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

Shades of Dark Cerulean #024889

Tints of Dark Cerulean #024889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

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

R = 0.95%
G = 34.12%
B = 64.93%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#024889 (or 0x024889) is known color: Dark Cerulean. HEX triplet: 02, 48 and 89. RGB value is (2,72,137). Sum of RGB (Red+Green+Blue) = 2+72+137=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #024889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024889 is #FDB776. Grayscale: #3A3A3A. Windows color (decimal): -16627575 or 8996866. OLE color: 8996866.

HSL color Cylindrical-coordinate representation of color #024889: hue angle of 208.89º 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 #024889 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 72 137 -
CMYK 0.99 0.47 0 0.46
HSL 208.89º 0.97% 0.27% -
HSV(B) 208.89º 0.99% 0.54% -
XYZ 6.86 6.45 24.55 -
YUV 58.48 172.31 87.71 -
System Red Green Blue C M Y K H S L
Decimal 2 72 137 0.99 0.47 0 0.46 208.89 0.97 0.27
Hex 2 48 89 63 2F 0 2E D1 61 1B
Octal 2 110 211 143 57 0 56 321 141 33
Binary 10 1001000 10001001 1100011 101111 0 101110 11010001 1100001 11011

Color Harmonies of #024889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024889

Black with #024889

Text Example


Text Example

White with #024889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024889; }

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

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

background-color css

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

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

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

border-color css

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

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

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