#01017B

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

Shades of Navy #01017B

Tints of Navy #01017B

Color information

#01017B (or 0x01017B) is unknown color: approx Navy. HEX triplet: 01, 01 and 7B. RGB value is (1,1,123). Sum of RGB (Red+Green+Blue) = 1+1+123=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 123 (48.44% from 255 or 98.4% from 125); Max value from RGB is 123 - color contains mainly: blue. Hex color #01017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01017B is #FEFE84. Grayscale: #0E0E0E. Windows color (decimal): -16711301 or 8061185. OLE color: 8061185.

HSL color Cylindrical-coordinate representation of color #01017B: hue angle of 240º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01017B is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11123-
CMYK0.990.9900.52
HSL240º98.39%24.31%-
HSV(B)240º99.19%48.24%-
XYZ3.61.4618.83-
YUV14.91189118.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 123 (48.44% from 255) = 98.4%
R=0.8%
G=0.8%
B=98.4%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111230.990.9900.5224098.3924.31
Hex117B6363034f06218
Octal1117314314306436014230
Binary11111101111000111100011011010011110000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01017B; }

 p { color: rgb(1,1,123); }

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

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

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

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

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

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

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