Html Css Color HEX #010057 Navy

📋 copy color: '#010057'

red 1 ◦ green 0 ◦ blue 87

#010057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #010057

Tints of Navy #010057

RGB

 RED value IS 1 (0.78% from 255) = 1.14%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 98.86%

R = 1.14%
G = 0%
B = 98.86%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#010057 (or 0x010057) is known color: Navy. HEX triplet: 01, 00 and 57. RGB value is (1,0,87). Sum of RGB (Red+Green+Blue) = 1+0+87=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 87 (34.38% from 255 or 98.86% from 88); Max value from RGB is 87 - color contains mainly: blue. Hex color #010057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010057 is #FEFFA8. Grayscale: #090909. Windows color (decimal): -16711593 or 5701633. OLE color: 5701633.

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

Color convert

RGB 1 0 87 -
CMYK 0.99 1 0 0.66
HSL 240.69º 1% 0.17% -
HSV(B) 240.69º 1% 0.34% -
XYZ 1.73 0.69 9.06 -
YUV 10.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 1 0 87 0.99 1 0 0.66 240.69 1 0.17
Hex 1 0 57 63 64 0 42 F1 64 11
Octal 1 0 127 143 144 0 102 361 144 21
Binary 1 0 1010111 1100011 1100100 0 1000010 11110001 1100100 10001

Color Harmonies of #010057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010057

Black with #010057

Text Example


Text Example

White with #010057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010057; }

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

 H1.HeaderClassName
 {
   color: #010057;
 }
 .AnyTagClassName
 {
   color: #010057;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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