Html Css Color HEX #090589 Dark Blue

📋 copy color: '#090589'

red 9 ◦ green 5 ◦ blue 137

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

Shades of Dark Blue #090589

Tints of Dark Blue #090589

RGB

 RED value IS 9 (3.91% from 255) = 5.96%

 GREEN value IS 5 (2.34% from 255) = 3.31%

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

R = 5.96%
G = 3.31%
B = 90.73%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#090589 (or 0x090589) is known color: Dark Blue. HEX triplet: 09, 05 and 89. RGB value is (9,5,137). Sum of RGB (Red+Green+Blue) = 9+5+137=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 137 (53.91% from 255 or 90.73% from 151); Max value from RGB is 137 - color contains mainly: blue. Hex color #090589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090589 is #F6FA76. Grayscale: #141414. Windows color (decimal): -16185975 or 8979721. OLE color: 8979721.

HSL color Cylindrical-coordinate representation of color #090589: hue angle of 241.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090589 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 5 137 -
CMYK 0.93 0.96 0 0.46
HSL 241.82º 0.93% 0.28% -
HSV(B) 241.82º 0.96% 0.54% -
XYZ 4.68 1.97 23.8 -
YUV 21.24 193.33 119.27 -
System Red Green Blue C M Y K H S L
Decimal 9 5 137 0.93 0.96 0 0.46 241.82 0.93 0.28
Hex 9 5 89 5D 60 0 2E F2 5D 1C
Octal 11 5 211 135 140 0 56 362 135 34
Binary 1001 101 10001001 1011101 1100000 0 101110 11110010 1011101 11100

Color Harmonies of #090589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090589

Black with #090589

Text Example


Text Example

White with #090589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090589; }

 p { color: rgb(9,5,137); }

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

background-color css

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

 a { background-color: rgb(9,5,137); }

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

border-color css

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

 span { border-color: rgb(9,5,137); }

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