Html Css Color HEX #060171 Navy

📋 copy color: '#060171'

red 6 ◦ green 1 ◦ blue 113

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

Shades of Navy #060171

Tints of Navy #060171

RGB

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

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

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

R = 5%
G = 0.83%
B = 94.17%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#060171 (or 0x060171) is known color: Navy. HEX triplet: 06, 01 and 71. RGB value is (6,1,113). Sum of RGB (Red+Green+Blue) = 6+1+113=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 113 (44.53% from 255 or 94.17% from 120); Max value from RGB is 113 - color contains mainly: blue. Hex color #060171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060171 is #F9FE8E. Grayscale: #0E0E0E. Windows color (decimal): -16383631 or 7405830. OLE color: 7405830.

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

Color convert

RGB 6 1 113 -
CMYK 0.95 0.99 0 0.56
HSL 242.68º 0.98% 0.22% -
HSV(B) 242.68º 0.99% 0.44% -
XYZ 3.07 1.25 15.7 -
YUV 15.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 6 1 113 0.95 0.99 0 0.56 242.68 0.98 0.22
Hex 6 1 71 5F 63 0 38 F3 62 16
Octal 6 1 161 137 143 0 70 363 142 26
Binary 110 1 1110001 1011111 1100011 0 111000 11110011 1100010 10110

Color Harmonies of #060171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060171

Black with #060171

Text Example


Text Example

White with #060171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060171; }

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

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

background-color css

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

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

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

border-color css

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

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

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