#00097B

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

Shades of Navy #00097B

Tints of Navy #00097B

Color information

#00097B (or 0x00097B) is unknown color: approx Navy. HEX triplet: 00, 09 and 7B. RGB value is (0,9,123). Sum of RGB (Red+Green+Blue) = 0+9+123=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 9 (3.91% from 255 or 6.82% 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 #00097B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00097B is #FFF684. Grayscale: #121212. Windows color (decimal): -16774789 or 8063232. OLE color: 8063232.

HSL color Cylindrical-coordinate representation of color #00097B: hue angle of 235.61º 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 #00097B is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB09123-
CMYK10.9300.52
HSL235.61º100%24.12%-
HSV(B)235.61º100%48.24%-
XYZ3.671.6318.86-
YUV19.3186.52114.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal0912310.9300.52235.6110024.12
Hex097B645D034ec6418
Octal01117314413506435414430
Binary01001111101111001001011101011010011101100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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