#010961

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

Shades of Navy #010961

Tints of Navy #010961

Color information

#010961 (or 0x010961) is unknown color: approx Navy. HEX triplet: 01, 09 and 61. RGB value is (1,9,97). Sum of RGB (Red+Green+Blue) = 1+9+97=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 97 (38.28% from 255 or 90.65% from 107); Max value from RGB is 97 - color contains mainly: blue. Hex color #010961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010961 is #FEF69E. Grayscale: #101010. Windows color (decimal): -16709279 or 6359297. OLE color: 6359297.

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

Color convert

RGB1997-
CMYK0.990.9100.62
HSL235º97.96%19.22%-
HSV(B)235º98.97%38.04%-
XYZ2.271.0611.4-
YUV16.64173.35116.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 97 (38.28% from 255) = 90.65%
R=0.93%
G=8.41%
B=90.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal19970.990.9100.6223597.9619.22
Hex1961635B03Eeb6213
Octal11114114313307635314223
Binary11001110000111000111011011011111011101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010961; }

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

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

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

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

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

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

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

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