Html Css Color HEX #060771 Navy

📋 copy color: '#060771'

red 6 ◦ green 7 ◦ blue 113

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

Shades of Navy #060771

Tints of Navy #060771

RGB

 RED value IS 6 (2.73% from 255) = 4.76%

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

 BLUE value IS 113 (44.53% from 255) = 89.68%

R = 4.76%
G = 5.56%
B = 89.68%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#060771 (or 0x060771) is known color: Navy. HEX triplet: 06, 07 and 71. RGB value is (6,7,113). Sum of RGB (Red+Green+Blue) = 6+7+113=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 113 (44.53% from 255 or 89.68% from 126); Max value from RGB is 113 - color contains mainly: blue. Hex color #060771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060771 is #F9F88E. Grayscale: #121212. Windows color (decimal): -16382095 or 7407366. OLE color: 7407366.

HSL color Cylindrical-coordinate representation of color #060771: hue angle of 239.44º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060771 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 7 113 -
CMYK 0.95 0.94 0 0.56
HSL 239.44º 0.9% 0.23% -
HSV(B) 239.44º 0.95% 0.44% -
XYZ 3.13 1.38 15.72 -
YUV 18.79 181.17 118.88 -
System Red Green Blue C M Y K H S L
Decimal 6 7 113 0.95 0.94 0 0.56 239.44 0.9 0.23
Hex 6 7 71 5F 5E 0 38 EF 5A 17
Octal 6 7 161 137 136 0 70 357 132 27
Binary 110 111 1110001 1011111 1011110 0 111000 11101111 1011010 10111

Color Harmonies of #060771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060771

Black with #060771

Text Example


Text Example

White with #060771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060771; }

 p { color: rgb(6,7,113); }

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

background-color css

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

 a { background-color: rgb(6,7,113); }

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

border-color css

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

 span { border-color: rgb(6,7,113); }

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