Html Css Color HEX #060471 Navy

📋 copy color: '#060471'

red 6 ◦ green 4 ◦ blue 113

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

Shades of Navy #060471

Tints of Navy #060471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.25%

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

R = 4.88%
G = 3.25%
B = 91.87%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#060471 (or 0x060471) is known color: Navy. HEX triplet: 06, 04 and 71. RGB value is (6,4,113). Sum of RGB (Red+Green+Blue) = 6+4+113=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 113 (44.53% from 255 or 91.87% from 123); Max value from RGB is 113 - color contains mainly: blue. Hex color #060471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060471 is #F9FB8E. Grayscale: #101010. Windows color (decimal): -16382863 or 7406598. OLE color: 7406598.

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

Color convert

RGB 6 4 113 -
CMYK 0.95 0.96 0 0.56
HSL 241.1º 0.93% 0.23% -
HSV(B) 241.1º 0.96% 0.44% -
XYZ 3.1 1.32 15.71 -
YUV 17.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 6 4 113 0.95 0.96 0 0.56 241.1 0.93 0.23
Hex 6 4 71 5F 60 0 38 F1 5D 17
Octal 6 4 161 137 140 0 70 361 135 27
Binary 110 100 1110001 1011111 1100000 0 111000 11110001 1011101 10111

Color Harmonies of #060471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060471

Black with #060471

Text Example


Text Example

White with #060471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060471; }

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

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

background-color css

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

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

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

border-color css

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

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

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