Html Css Color HEX #090789 Dark Blue

📋 copy color: '#090789'

red 9 ◦ green 7 ◦ blue 137

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

Shades of Dark Blue #090789

Tints of Dark Blue #090789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.58%

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

R = 5.88%
G = 4.58%
B = 89.54%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#090789 (or 0x090789) is known color: Dark Blue. HEX triplet: 09, 07 and 89. RGB value is (9,7,137). Sum of RGB (Red+Green+Blue) = 9+7+137=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 137 (53.91% from 255 or 89.54% from 153); Max value from RGB is 137 - color contains mainly: blue. Hex color #090789 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090789 is #F6F876. Grayscale: #151515. Windows color (decimal): -16185463 or 8980233. OLE color: 8980233.

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

Color convert

RGB 9 7 137 -
CMYK 0.93 0.95 0 0.46
HSL 240.92º 0.9% 0.28% -
HSV(B) 240.92º 0.95% 0.54% -
XYZ 4.7 2.02 23.81 -
YUV 22.42 192.66 118.43 -
System Red Green Blue C M Y K H S L
Decimal 9 7 137 0.93 0.95 0 0.46 240.92 0.9 0.28
Hex 9 7 89 5D 5F 0 2E F1 5A 1C
Octal 11 7 211 135 137 0 56 361 132 34
Binary 1001 111 10001001 1011101 1011111 0 101110 11110001 1011010 11100

Color Harmonies of #090789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090789

Black with #090789

Text Example


Text Example

White with #090789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090789; }

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

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

background-color css

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

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

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

border-color css

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

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

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