Html Css Color HEX #090189 Dark Blue

📋 copy color: '#090189'

red 9 ◦ green 1 ◦ blue 137

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

Shades of Dark Blue #090189

Tints of Dark Blue #090189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 6.12%
G = 0.68%
B = 93.2%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#090189 (or 0x090189) is known color: Dark Blue. HEX triplet: 09, 01 and 89. RGB value is (9,1,137). Sum of RGB (Red+Green+Blue) = 9+1+137=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 137 (53.91% from 255 or 93.20% from 147); Max value from RGB is 137 - color contains mainly: blue. Hex color #090189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090189 is #F6FE76. Grayscale: #121212. Windows color (decimal): -16186999 or 8978697. OLE color: 8978697.

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

Color convert

RGB 9 1 137 -
CMYK 0.93 0.99 0 0.46
HSL 243.53º 0.99% 0.27% -
HSV(B) 243.53º 0.99% 0.54% -
XYZ 4.64 1.89 23.79 -
YUV 18.9 194.65 120.94 -
System Red Green Blue C M Y K H S L
Decimal 9 1 137 0.93 0.99 0 0.46 243.53 0.99 0.27
Hex 9 1 89 5D 63 0 2E F4 63 1B
Octal 11 1 211 135 143 0 56 364 143 33
Binary 1001 1 10001001 1011101 1100011 0 101110 11110100 1100011 11011

Color Harmonies of #090189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090189

Black with #090189

Text Example


Text Example

White with #090189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090189; }

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

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

background-color css

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

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

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

border-color css

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

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

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