#090B75

Color #090B75 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #090B75

Tints of Navy #090B75

Color information

#090B75 (or 0x090B75) is unknown color: approx Navy. HEX triplet: 09, 0B and 75. RGB value is (9,11,117). Sum of RGB (Red+Green+Blue) = 9+11+117=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #090B75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090B75 is #F6F48A. Grayscale: #161616. Windows color (decimal): -16184459 or 7670537. OLE color: 7670537.

HSL color Cylindrical-coordinate representation of color #090B75: hue angle of 238.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090B75 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB911117-
CMYK0.920.9100.54
HSL238.89º85.71%24.71%-
HSV(B)238.89º92.31%45.88%-
XYZ3.441.5816.95-
YUV22.49181.34118.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 11 (4.69% from 255) = 8.03%
BLUE value IS 117 (46.09% from 255) = 85.40%
R=6.57%
G=8.03%
B=85.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9111170.920.9100.54238.8985.7124.71
Hex9B755C5B036ef5619
Octal111316513413306635712631
Binary10011011111010110111001011011011011011101111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090B75; }

 p { color: rgb(9,11,117); }

 H1.HeaderClassName
 {
   color: #090B75;
 }
 .AnyTagClassName
 {
   color: #090B75;
 }
</style>
background-color css

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

 a { background-color: rgb(9,11,117); }

 div.DivClassName
 {
   background-color: #090B75;
 }
 .BgClassName
 {
   background-color: #090B75;
 }
</style>
border-color css

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

 span { border-color: rgb(9,11,117); }

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