Html Css Color HEX #010760 Navy

📋 copy color: '#010760'

red 1 ◦ green 7 ◦ blue 96

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

Shades of Navy #010760

Tints of Navy #010760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.73%

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

R = 0.96%
G = 6.73%
B = 92.31%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010760 (or 0x010760) is known color: Navy. HEX triplet: 01, 07 and 60. RGB value is (1,7,96). Sum of RGB (Red+Green+Blue) = 1+7+96=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 96 (37.89% from 255 or 92.31% from 104); Max value from RGB is 96 - color contains mainly: blue. Hex color #010760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010760 is #FEF89F. Grayscale: #0E0E0E. Windows color (decimal): -16709792 or 6293249. OLE color: 6293249.

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

Color convert

RGB 1 7 96 -
CMYK 0.99 0.93 0 0.62
HSL 236.21º 0.98% 0.19% -
HSV(B) 236.21º 0.99% 0.38% -
XYZ 2.2 1 11.14 -
YUV 15.35 173.51 117.76 -
System Red Green Blue C M Y K H S L
Decimal 1 7 96 0.99 0.93 0 0.62 236.21 0.98 0.19
Hex 1 7 60 63 5D 0 3E EC 62 13
Octal 1 7 140 143 135 0 76 354 142 23
Binary 1 111 1100000 1100011 1011101 0 111110 11101100 1100010 10011

Color Harmonies of #010760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010760

Black with #010760

Text Example


Text Example

White with #010760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010760; }

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

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

background-color css

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

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

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

border-color css

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

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

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