#09007B

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

Shades of Navy #09007B

Tints of Navy #09007B

Color information

#09007B (or 0x09007B) is unknown color: approx Navy. HEX triplet: 09, 00 and 7B. RGB value is (9,0,123). Sum of RGB (Red+Green+Blue) = 9+0+123=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 123 (48.44% from 255 or 93.18% from 132); Max value from RGB is 123 - color contains mainly: blue. Hex color #09007B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09007B is #F6FF84. Grayscale: #101010. Windows color (decimal): -16187269 or 8060937. OLE color: 8060937.

HSL color Cylindrical-coordinate representation of color #09007B: hue angle of 244.39º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09007B is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB90123-
CMYK0.93100.52
HSL244.39º100%24.12%-
HSV(B)244.39º100%48.24%-
XYZ3.691.4918.83-
YUV16.71187.98122.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 93.18%
R=6.82%
G=0%
B=93.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal901230.93100.52244.3910024.12
Hex907B5D64034f46418
Octal11017313514406436414430
Binary10010111101110111011100100011010011110100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09007B; }

 p { color: rgb(9,0,123); }

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

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

 a { background-color: rgb(9,0,123); }

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

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

 span { border-color: rgb(9,0,123); }

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