#010567

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

Shades of Navy #010567

Tints of Navy #010567

Color information

#010567 (or 0x010567) is unknown color: approx Navy. HEX triplet: 01, 05 and 67. RGB value is (1,5,103). Sum of RGB (Red+Green+Blue) = 1+5+103=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 103 (40.62% from 255 or 94.50% from 109); Max value from RGB is 103 - color contains mainly: blue. Hex color #010567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010567 is #FEFA98. Grayscale: #0E0E0E. Windows color (decimal): -16710297 or 6751489. OLE color: 6751489.

HSL color Cylindrical-coordinate representation of color #010567: hue angle of 237.65º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010567 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB15103-
CMYK0.990.9500.60
HSL237.65º98.08%20.39%-
HSV(B)237.65º99.03%40.39%-
XYZ2.511.0912.91-
YUV14.98177.67118.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 103 (40.62% from 255) = 94.50%
R=0.92%
G=4.59%
B=94.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal151030.990.9500.60237.6598.0820.39
Hex1567635F03Cee6214
Octal1514714313707435614224
Binary1101110011111000111011111011110011101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010567; }

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

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

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

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

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

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

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

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