Html Css Color HEX #090886 Dark Blue

📋 copy color: '#090886'

red 9 ◦ green 8 ◦ blue 134

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

Shades of Dark Blue #090886

Tints of Dark Blue #090886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

 BLUE value IS 134 (52.73% from 255) = 88.74%

R = 5.96%
G = 5.3%
B = 88.74%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#090886 (or 0x090886) is known color: Dark Blue. HEX triplet: 09, 08 and 86. RGB value is (9,8,134). Sum of RGB (Red+Green+Blue) = 9+8+134=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 134 (52.73% from 255 or 88.74% from 151); Max value from RGB is 134 - color contains mainly: blue. Hex color #090886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090886 is #F6F779. Grayscale: #161616. Windows color (decimal): -16185210 or 8783881. OLE color: 8783881.

HSL color Cylindrical-coordinate representation of color #090886: hue angle of 240.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090886 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 8 134 -
CMYK 0.93 0.94 0 0.47
HSL 240.48º 0.89% 0.28% -
HSV(B) 240.48º 0.94% 0.53% -
XYZ 4.5 1.95 22.69 -
YUV 22.66 190.83 118.25 -
System Red Green Blue C M Y K H S L
Decimal 9 8 134 0.93 0.94 0 0.47 240.48 0.89 0.28
Hex 9 8 86 5D 5E 0 2F F0 59 1C
Octal 11 10 206 135 136 0 57 360 131 34
Binary 1001 1000 10000110 1011101 1011110 0 101111 11110000 1011001 11100

Color Harmonies of #090886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090886

Black with #090886

Text Example


Text Example

White with #090886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090886; }

 p { color: rgb(9,8,134); }

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

background-color css

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

 a { background-color: rgb(9,8,134); }

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

border-color css

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

 span { border-color: rgb(9,8,134); }

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