#010257

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

Shades of Navy #010257

Tints of Navy #010257

Color information

#010257 (or 0x010257) is unknown color: approx Navy. HEX triplet: 01, 02 and 57. RGB value is (1,2,87). Sum of RGB (Red+Green+Blue) = 1+2+87=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 87 (34.38% from 255 or 96.67% from 90); Max value from RGB is 87 - color contains mainly: blue. Hex color #010257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010257 is #FEFDA8. Grayscale: #0B0B0B. Windows color (decimal): -16711081 or 5702145. OLE color: 5702145.

HSL color Cylindrical-coordinate representation of color #010257: hue angle of 239.3º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010257 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB1287-
CMYK0.990.9800.66
HSL239.3º97.73%17.25%-
HSV(B)239.3º98.85%34.12%-
XYZ1.750.749.07-
YUV11.39170.67120.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 87 (34.38% from 255) = 96.67%
R=1.11%
G=2.22%
B=96.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal12870.990.9800.66239.397.7317.25
Hex12576362042ef6211
Octal12127143142010235714221
Binary1101010111110001111000100100001011101111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010257; }

 p { color: rgb(1,2,87); }

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

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

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

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

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

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

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