Html Css Color HEX #060579 Navy

📋 copy color: '#060579'

red 6 ◦ green 5 ◦ blue 121

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

Shades of Navy #060579

Tints of Navy #060579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 91.67%

R = 4.55%
G = 3.79%
B = 91.67%

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

#060579 (or 0x060579) is known color: Navy. HEX triplet: 06, 05 and 79. RGB value is (6,5,121). Sum of RGB (Red+Green+Blue) = 6+5+121=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 121 (47.66% from 255 or 91.67% from 132); Max value from RGB is 121 - color contains mainly: blue. Hex color #060579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060579 is #F9FA86. Grayscale: #121212. Windows color (decimal): -16382599 or 7931142. OLE color: 7931142.

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

Color convert

RGB 6 5 121 -
CMYK 0.95 0.96 0 0.53
HSL 240.52º 0.92% 0.25% -
HSV(B) 240.52º 0.96% 0.47% -
XYZ 3.58 1.53 18.2 -
YUV 18.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 6 5 121 0.95 0.96 0 0.53 240.52 0.92 0.25
Hex 6 5 79 5F 60 0 35 F1 5C 19
Octal 6 5 171 137 140 0 65 361 134 31
Binary 110 101 1111001 1011111 1100000 0 110101 11110001 1011100 11001

Color Harmonies of #060579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060579

Black with #060579

Text Example


Text Example

White with #060579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060579; }

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

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

background-color css

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

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

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

border-color css

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

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

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