#010361

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

Shades of Navy #010361

Tints of Navy #010361

Color information

#010361 (or 0x010361) is unknown color: approx Navy. HEX triplet: 01, 03 and 61. RGB value is (1,3,97). Sum of RGB (Red+Green+Blue) = 1+3+97=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 97 (38.28% from 255 or 96.04% from 101); Max value from RGB is 97 - color contains mainly: blue. Hex color #010361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010361 is #FEFC9E. Grayscale: #0C0C0C. Windows color (decimal): -16710815 or 6357761. OLE color: 6357761.

HSL color Cylindrical-coordinate representation of color #010361: hue angle of 238.75º 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 #010361 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB1397-
CMYK0.990.9700.62
HSL238.75º97.96%19.22%-
HSV(B)238.75º98.97%38.04%-
XYZ2.20.9311.37-
YUV13.12175.34119.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 97 (38.28% from 255) = 96.04%
R=0.99%
G=2.97%
B=96.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal13970.990.9700.62238.7597.9619.22
Hex1361636103Eef6213
Octal1314114314107635714223
Binary111110000111000111100001011111011101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010361; }

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

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

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

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

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

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

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

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