Html Css Color HEX #090389 Dark Blue

📋 copy color: '#090389'

red 9 ◦ green 3 ◦ blue 137

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

Shades of Dark Blue #090389

Tints of Dark Blue #090389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

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

R = 6.04%
G = 2.01%
B = 91.95%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#090389 (or 0x090389) is known color: Dark Blue. HEX triplet: 09, 03 and 89. RGB value is (9,3,137). Sum of RGB (Red+Green+Blue) = 9+3+137=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 137 (53.91% from 255 or 91.95% from 149); Max value from RGB is 137 - color contains mainly: blue. Hex color #090389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090389 is #F6FC76. Grayscale: #131313. Windows color (decimal): -16186487 or 8979209. OLE color: 8979209.

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

Color convert

RGB 9 3 137 -
CMYK 0.93 0.98 0 0.46
HSL 242.69º 0.96% 0.27% -
HSV(B) 242.69º 0.98% 0.54% -
XYZ 4.66 1.93 23.79 -
YUV 20.07 193.99 120.1 -
System Red Green Blue C M Y K H S L
Decimal 9 3 137 0.93 0.98 0 0.46 242.69 0.96 0.27
Hex 9 3 89 5D 62 0 2E F3 60 1B
Octal 11 3 211 135 142 0 56 363 140 33
Binary 1001 11 10001001 1011101 1100010 0 101110 11110011 1100000 11011

Color Harmonies of #090389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090389

Black with #090389

Text Example


Text Example

White with #090389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090389; }

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

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

background-color css

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

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

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

border-color css

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

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

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