#000961

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

Shades of Navy #000961

Tints of Navy #000961

Color information

#000961 (or 0x000961) is unknown color: approx Navy. HEX triplet: 00, 09 and 61. RGB value is (0,9,97). Sum of RGB (Red+Green+Blue) = 0+9+97=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 97 (38.28% from 255 or 91.51% from 106); Max value from RGB is 97 - color contains mainly: blue. Hex color #000961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000961 is #FFF69E. Grayscale: #0F0F0F. Windows color (decimal): -16774815 or 6359296. OLE color: 6359296.

HSL color Cylindrical-coordinate representation of color #000961: hue angle of 234.43º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000961 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB0997-
CMYK10.9100.62
HSL234.43º100%19.02%-
HSV(B)234.43º100%38.04%-
XYZ2.261.0611.39-
YUV16.34173.52116.34-

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) = 8.49%
BLUE value IS 97 (38.28% from 255) = 91.51%
R=0%
G=8.49%
B=91.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal099710.9100.62234.4310019.02
Hex0961645B03Eea6413
Octal01114114413307635214423
Binary01001110000111001001011011011111011101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000961; }

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

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

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

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

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

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

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

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