Html Css Color HEX #010060 Navy

📋 copy color: '#010060'

red 1 ◦ green 0 ◦ blue 96

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

Shades of Navy #010060

Tints of Navy #010060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 98.97%

R = 1.03%
G = 0%
B = 98.97%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010060 (or 0x010060) is known color: Navy. HEX triplet: 01, 00 and 60. RGB value is (1,0,96). Sum of RGB (Red+Green+Blue) = 1+0+96=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 96 (37.89% from 255 or 98.97% from 97); Max value from RGB is 96 - color contains mainly: blue. Hex color #010060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010060 is #FEFF9F. Grayscale: #0A0A0A. Windows color (decimal): -16711584 or 6291457. OLE color: 6291457.

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

Color convert

RGB 1 0 96 -
CMYK 0.99 1 0 0.62
HSL 240.63º 1% 0.19% -
HSV(B) 240.63º 1% 0.38% -
XYZ 2.12 0.85 11.12 -
YUV 11.24 175.83 120.69 -
System Red Green Blue C M Y K H S L
Decimal 1 0 96 0.99 1 0 0.62 240.63 1 0.19
Hex 1 0 60 63 64 0 3E F1 64 13
Octal 1 0 140 143 144 0 76 361 144 23
Binary 1 0 1100000 1100011 1100100 0 111110 11110001 1100100 10011

Color Harmonies of #010060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010060

Black with #010060

Text Example


Text Example

White with #010060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010060; }

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

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

background-color css

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

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

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

border-color css

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

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

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