Html Css Color HEX #010056 Navy

📋 copy color: '#010056'

red 1 ◦ green 0 ◦ blue 86

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

Shades of Navy #010056

Tints of Navy #010056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 98.85%

R = 1.15%
G = 0%
B = 98.85%

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

#010056 (or 0x010056) is known color: Navy. HEX triplet: 01, 00 and 56. RGB value is (1,0,86). Sum of RGB (Red+Green+Blue) = 1+0+86=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 86 (33.98% from 255 or 98.85% from 87); Max value from RGB is 86 - color contains mainly: blue. Hex color #010056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010056 is #FEFFA9. Grayscale: #090909. Windows color (decimal): -16711594 or 5636097. OLE color: 5636097.

HSL color Cylindrical-coordinate representation of color #010056: hue angle of 240.7º 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 #010056 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 0 86 -
CMYK 0.99 1 0 0.66
HSL 240.7º 1% 0.17% -
HSV(B) 240.7º 1% 0.34% -
XYZ 1.69 0.68 8.85 -
YUV 10.1 170.83 121.51 -
System Red Green Blue C M Y K H S L
Decimal 1 0 86 0.99 1 0 0.66 240.7 1 0.17
Hex 1 0 56 63 64 0 42 F1 64 11
Octal 1 0 126 143 144 0 102 361 144 21
Binary 1 0 1010110 1100011 1100100 0 1000010 11110001 1100100 10001

Color Harmonies of #010056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010056

Black with #010056

Text Example


Text Example

White with #010056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010056; }

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

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

background-color css

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

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

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

border-color css

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

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

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