#00097C

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

Shades of Navy #00097C

Tints of Navy #00097C

Color information

#00097C (or 0x00097C) is unknown color: approx Navy. HEX triplet: 00, 09 and 7C. RGB value is (0,9,124). Sum of RGB (Red+Green+Blue) = 0+9+124=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 124 (48.83% from 255 or 93.23% from 133); Max value from RGB is 124 - color contains mainly: blue. Hex color #00097C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00097C is #FFF683. Grayscale: #121212. Windows color (decimal): -16774788 or 8128768. OLE color: 8128768.

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

Color convert

RGB09124-
CMYK10.9300.51
HSL235.65º100%24.31%-
HSV(B)235.65º100%48.63%-
XYZ3.741.6519.19-
YUV19.42187.02114.15-

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.77%
BLUE value IS 124 (48.83% from 255) = 93.23%
R=0%
G=6.77%
B=93.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal0912410.9300.51235.6510024.31
Hex097C645D033ec6418
Octal01117414413506335414430
Binary01001111110011001001011101011001111101100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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