Html Css Color HEX #010160 Navy

📋 copy color: '#010160'

red 1 ◦ green 1 ◦ blue 96

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

Shades of Navy #010160

Tints of Navy #010160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

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

R = 1.02%
G = 1.02%
B = 97.96%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010160 (or 0x010160) is known color: Navy. HEX triplet: 01, 01 and 60. RGB value is (1,1,96). Sum of RGB (Red+Green+Blue) = 1+1+96=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 96 (37.89% from 255 or 97.96% from 98); Max value from RGB is 96 - color contains mainly: blue. Hex color #010160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010160 is #FEFE9F. Grayscale: #0B0B0B. Windows color (decimal): -16711328 or 6291713. OLE color: 6291713.

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

Color convert

RGB 1 1 96 -
CMYK 0.99 0.99 0 0.62
HSL 240º 0.98% 0.19% -
HSV(B) 240º 0.99% 0.38% -
XYZ 2.13 0.87 11.12 -
YUV 11.83 175.5 120.28 -
System Red Green Blue C M Y K H S L
Decimal 1 1 96 0.99 0.99 0 0.62 240 0.98 0.19
Hex 1 1 60 63 63 0 3E F0 62 13
Octal 1 1 140 143 143 0 76 360 142 23
Binary 1 1 1100000 1100011 1100011 0 111110 11110000 1100010 10011

Color Harmonies of #010160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010160

Black with #010160

Text Example


Text Example

White with #010160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010160; }

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

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

background-color css

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

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

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

border-color css

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

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

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