#010568

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

Shades of Navy #010568

Tints of Navy #010568

Color information

#010568 (or 0x010568) is unknown color: approx Navy. HEX triplet: 01, 05 and 68. RGB value is (1,5,104). Sum of RGB (Red+Green+Blue) = 1+5+104=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 104 (41.02% from 255 or 94.55% from 110); Max value from RGB is 104 - color contains mainly: blue. Hex color #010568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010568 is #FEFA97. Grayscale: #0E0E0E. Windows color (decimal): -16710296 or 6817025. OLE color: 6817025.

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

Color convert

RGB15104-
CMYK0.990.9500.59
HSL237.67º98.1%20.59%-
HSV(B)237.67º99.04%40.78%-
XYZ2.571.1113.18-
YUV15.09178.17117.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 104 (41.02% from 255) = 94.55%
R=0.91%
G=4.55%
B=94.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal151040.990.9500.59237.6798.120.59
Hex1568635F03Bee6215
Octal1515014313707335614225
Binary1101110100011000111011111011101111101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010568; }

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

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

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

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

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

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

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

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