Html Css Color HEX #010660 Navy

📋 copy color: '#010660'

red 1 ◦ green 6 ◦ blue 96

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

Shades of Navy #010660

Tints of Navy #010660

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.83%

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

R = 0.97%
G = 5.83%
B = 93.2%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010660 (or 0x010660) is known color: Navy. HEX triplet: 01, 06 and 60. RGB value is (1,6,96). Sum of RGB (Red+Green+Blue) = 1+6+96=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 96 (37.89% from 255 or 93.20% from 103); Max value from RGB is 96 - color contains mainly: blue. Hex color #010660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010660 is #FEF99F. Grayscale: #0E0E0E. Windows color (decimal): -16710048 or 6292993. OLE color: 6292993.

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

Color convert

RGB 1 6 96 -
CMYK 0.99 0.94 0 0.62
HSL 236.84º 0.98% 0.19% -
HSV(B) 236.84º 0.99% 0.38% -
XYZ 2.19 0.98 11.14 -
YUV 14.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 1 6 96 0.99 0.94 0 0.62 236.84 0.98 0.19
Hex 1 6 60 63 5E 0 3E ED 62 13
Octal 1 6 140 143 136 0 76 355 142 23
Binary 1 110 1100000 1100011 1011110 0 111110 11101101 1100010 10011

Color Harmonies of #010660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010660

Black with #010660

Text Example


Text Example

White with #010660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010660; }

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

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

background-color css

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

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

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

border-color css

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

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

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