Html Css Color HEX #060577 Navy

📋 copy color: '#060577'

red 6 ◦ green 5 ◦ blue 119

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

Shades of Navy #060577

Tints of Navy #060577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

 BLUE value IS 119 (46.88% from 255) = 91.54%

R = 4.62%
G = 3.85%
B = 91.54%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#060577 (or 0x060577) is known color: Navy. HEX triplet: 06, 05 and 77. RGB value is (6,5,119). Sum of RGB (Red+Green+Blue) = 6+5+119=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 119 (46.88% from 255 or 91.54% from 130); Max value from RGB is 119 - color contains mainly: blue. Hex color #060577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060577 is #F9FA88. Grayscale: #111111. Windows color (decimal): -16382601 or 7800070. OLE color: 7800070.

HSL color Cylindrical-coordinate representation of color #060577: hue angle of 240.53º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060577 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 5 119 -
CMYK 0.95 0.96 0 0.53
HSL 240.53º 0.92% 0.24% -
HSV(B) 240.53º 0.96% 0.47% -
XYZ 3.46 1.48 17.56 -
YUV 18.3 184.83 119.23 -
System Red Green Blue C M Y K H S L
Decimal 6 5 119 0.95 0.96 0 0.53 240.53 0.92 0.24
Hex 6 5 77 5F 60 0 35 F1 5C 18
Octal 6 5 167 137 140 0 65 361 134 30
Binary 110 101 1110111 1011111 1100000 0 110101 11110001 1011100 11000

Color Harmonies of #060577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060577

Black with #060577

Text Example


Text Example

White with #060577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060577; }

 p { color: rgb(6,5,119); }

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

background-color css

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

 a { background-color: rgb(6,5,119); }

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

border-color css

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

 span { border-color: rgb(6,5,119); }

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