Html Css Color HEX #090887 Dark Blue

📋 copy color: '#090887'

red 9 ◦ green 8 ◦ blue 135

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

Shades of Dark Blue #090887

Tints of Dark Blue #090887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 88.82%

R = 5.92%
G = 5.26%
B = 88.82%

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

#090887 (or 0x090887) is known color: Dark Blue. HEX triplet: 09, 08 and 87. RGB value is (9,8,135). Sum of RGB (Red+Green+Blue) = 9+8+135=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 135 (53.12% from 255 or 88.82% from 152); Max value from RGB is 135 - color contains mainly: blue. Hex color #090887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090887 is #F6F778. Grayscale: #161616. Windows color (decimal): -16185209 or 8849417. OLE color: 8849417.

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

Color convert

RGB 9 8 135 -
CMYK 0.93 0.94 0 0.47
HSL 240.47º 0.89% 0.28% -
HSV(B) 240.47º 0.94% 0.53% -
XYZ 4.57 1.98 23.06 -
YUV 22.78 191.33 118.17 -
System Red Green Blue C M Y K H S L
Decimal 9 8 135 0.93 0.94 0 0.47 240.47 0.89 0.28
Hex 9 8 87 5D 5E 0 2F F0 59 1C
Octal 11 10 207 135 136 0 57 360 131 34
Binary 1001 1000 10000111 1011101 1011110 0 101111 11110000 1011001 11100

Color Harmonies of #090887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090887

Black with #090887

Text Example


Text Example

White with #090887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090887; }

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

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

background-color css

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

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

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

border-color css

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

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

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