#010768

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

Shades of Navy #010768

Tints of Navy #010768

Color information

#010768 (or 0x010768) is unknown color: approx Navy. HEX triplet: 01, 07 and 68. RGB value is (1,7,104). Sum of RGB (Red+Green+Blue) = 1+7+104=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 104 (41.02% from 255 or 92.86% from 112); Max value from RGB is 104 - color contains mainly: blue. Hex color #010768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010768 is #FEF897. Grayscale: #0F0F0F. Windows color (decimal): -16709784 or 6817537. OLE color: 6817537.

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

Color convert

RGB17104-
CMYK0.990.9300.59
HSL236.5º98.1%20.59%-
HSV(B)236.5º99.04%40.78%-
XYZ2.591.1613.18-
YUV16.26177.51117.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 104 (41.02% from 255) = 92.86%
R=0.89%
G=6.25%
B=92.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal171040.990.9300.59236.598.120.59
Hex1768635D03Bed6215
Octal1715014313507335514225
Binary1111110100011000111011101011101111101101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010768; }

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

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

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

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

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

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

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

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