#01076C

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

Shades of Navy #01076C

Tints of Navy #01076C

Color information

#01076C (or 0x01076C) is unknown color: approx Navy. HEX triplet: 01, 07 and 6C. RGB value is (1,7,108). Sum of RGB (Red+Green+Blue) = 1+7+108=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 108 (42.58% from 255 or 93.10% from 116); Max value from RGB is 108 - color contains mainly: blue. Hex color #01076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01076C is #FEF893. Grayscale: #101010. Windows color (decimal): -16709780 or 7079681. OLE color: 7079681.

HSL color Cylindrical-coordinate representation of color #01076C: hue angle of 236.64º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01076C is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB17108-
CMYK0.990.9400.58
HSL236.64º98.17%21.37%-
HSV(B)236.64º99.07%42.35%-
XYZ2.81.2414.28-
YUV16.72179.51116.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 7 (3.12% from 255) = 6.03%
BLUE value IS 108 (42.58% from 255) = 93.10%
R=0.86%
G=6.03%
B=93.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal171080.990.9400.58236.6498.1721.37
Hex176C635E03Aed6215
Octal1715414313607235514225
Binary1111110110011000111011110011101011101101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01076C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01076C; }

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

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

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

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

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

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

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

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