#01065C

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

Shades of Navy #01065C

Tints of Navy #01065C

Color information

#01065C (or 0x01065C) is unknown color: approx Navy. HEX triplet: 01, 06 and 5C. RGB value is (1,6,92). Sum of RGB (Red+Green+Blue) = 1+6+92=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 92 (36.33% from 255 or 92.93% from 99); Max value from RGB is 92 - color contains mainly: blue. Hex color #01065C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01065C is #FEF9A3. Grayscale: #0D0D0D. Windows color (decimal): -16710052 or 6030849. OLE color: 6030849.

HSL color Cylindrical-coordinate representation of color #01065C: hue angle of 236.7º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01065C is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB1692-
CMYK0.990.9300.64
HSL236.7º97.85%18.24%-
HSV(B)236.7º98.91%36.08%-
XYZ2.010.9110.19-
YUV14.31171.84118.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 92 (36.33% from 255) = 92.93%
R=1.01%
G=6.06%
B=92.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal16920.990.9300.64236.797.8518.24
Hex165C635D040ed6212
Octal16134143135010035514222
Binary11101011100110001110111010100000011101101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,6,92); }

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

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

 a { background-color: rgb(1,6,92); }

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

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

 span { border-color: rgb(1,6,92); }

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