#01046F

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

Shades of Navy #01046F

Tints of Navy #01046F

Color information

#01046F (or 0x01046F) is unknown color: approx Navy. HEX triplet: 01, 04 and 6F. RGB value is (1,4,111). Sum of RGB (Red+Green+Blue) = 1+4+111=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 111 (43.75% from 255 or 95.69% from 116); Max value from RGB is 111 - color contains mainly: blue. Hex color #01046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01046F is #FEFB90. Grayscale: #0E0E0E. Windows color (decimal): -16710545 or 7275521. OLE color: 7275521.

HSL color Cylindrical-coordinate representation of color #01046F: hue angle of 238.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01046F is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB14111-
CMYK0.990.9600.56
HSL238.36º98.21%21.96%-
HSV(B)238.36º99.1%43.53%-
XYZ2.931.2415.12-
YUV15.3182.01117.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 111 (43.75% from 255) = 95.69%
R=0.86%
G=3.45%
B=95.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal141110.990.9600.56238.3698.2121.96
Hex146F6360038ee6216
Octal1415714314007035614226
Binary1100110111111000111100000011100011101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01046F; }

 p { color: rgb(1,4,111); }

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

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

 a { background-color: rgb(1,4,111); }

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

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

 span { border-color: rgb(1,4,111); }

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