Html Css Color HEX #060879 Navy

📋 copy color: '#060879'

red 6 ◦ green 8 ◦ blue 121

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

Shades of Navy #060879

Tints of Navy #060879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.93%

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

R = 4.44%
G = 5.93%
B = 89.63%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#060879 (or 0x060879) is known color: Navy. HEX triplet: 06, 08 and 79. RGB value is (6,8,121). Sum of RGB (Red+Green+Blue) = 6+8+121=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 121 (47.66% from 255 or 89.63% from 135); Max value from RGB is 121 - color contains mainly: blue. Hex color #060879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060879 is #F9F786. Grayscale: #131313. Windows color (decimal): -16381831 or 7931910. OLE color: 7931910.

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

Color convert

RGB 6 8 121 -
CMYK 0.95 0.93 0 0.53
HSL 238.96º 0.91% 0.25% -
HSV(B) 238.96º 0.95% 0.47% -
XYZ 3.61 1.59 18.21 -
YUV 20.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 6 8 121 0.95 0.93 0 0.53 238.96 0.91 0.25
Hex 6 8 79 5F 5D 0 35 EF 5B 19
Octal 6 10 171 137 135 0 65 357 133 31
Binary 110 1000 1111001 1011111 1011101 0 110101 11101111 1011011 11001

Color Harmonies of #060879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060879

Black with #060879

Text Example


Text Example

White with #060879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060879; }

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

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

background-color css

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

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

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

border-color css

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

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

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