#00096E

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

Shades of Navy #00096E

Tints of Navy #00096E

Color information

#00096E (or 0x00096E) is unknown color: approx Navy. HEX triplet: 00, 09 and 6E. RGB value is (0,9,110). Sum of RGB (Red+Green+Blue) = 0+9+110=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 110 (43.36% from 255 or 92.44% from 119); Max value from RGB is 110 - color contains mainly: blue. Hex color #00096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00096E is #FFF691. Grayscale: #111111. Windows color (decimal): -16774802 or 7211264. OLE color: 7211264.

HSL color Cylindrical-coordinate representation of color #00096E: hue angle of 235.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00096E is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB09110-
CMYK10.9200.57
HSL235.09º100%21.57%-
HSV(B)235.09º100%43.14%-
XYZ2.911.3214.85-
YUV17.82180.02115.29-

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) = 7.56%
BLUE value IS 110 (43.36% from 255) = 92.44%
R=0%
G=7.56%
B=92.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal0911010.9200.57235.0910021.57
Hex096E645C039eb6416
Octal01115614413407135314426
Binary01001110111011001001011100011100111101011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00096E; }

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

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

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

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

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

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

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

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