#010368

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

Shades of Navy #010368

Tints of Navy #010368

Color information

#010368 (or 0x010368) is unknown color: approx Navy. HEX triplet: 01, 03 and 68. RGB value is (1,3,104). Sum of RGB (Red+Green+Blue) = 1+3+104=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 104 (41.02% from 255 or 96.30% from 108); Max value from RGB is 104 - color contains mainly: blue. Hex color #010368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010368 is #FEFC97. Grayscale: #0D0D0D. Windows color (decimal): -16710808 or 6816513. OLE color: 6816513.

HSL color Cylindrical-coordinate representation of color #010368: hue angle of 238.83º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010368 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB13104-
CMYK0.990.9700.59
HSL238.83º98.1%20.59%-
HSV(B)238.83º99.04%40.78%-
XYZ2.541.0713.17-
YUV13.92178.84118.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 104 (41.02% from 255) = 96.30%
R=0.93%
G=2.78%
B=96.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal131040.990.9700.59238.8398.120.59
Hex1368636103Bef6215
Octal1315014314107335714225
Binary111110100011000111100001011101111101111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010368; }

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

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

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

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

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

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

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

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