Html Css Color HEX #060279 Navy

📋 copy color: '#060279'

red 6 ◦ green 2 ◦ blue 121

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

Shades of Navy #060279

Tints of Navy #060279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.55%

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

R = 4.65%
G = 1.55%
B = 93.8%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#060279 (or 0x060279) is known color: Navy. HEX triplet: 06, 02 and 79. RGB value is (6,2,121). Sum of RGB (Red+Green+Blue) = 6+2+121=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 121 (47.66% from 255 or 93.80% from 129); Max value from RGB is 121 - color contains mainly: blue. Hex color #060279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060279 is #F9FD86. Grayscale: #101010. Windows color (decimal): -16383367 or 7930374. OLE color: 7930374.

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

Color convert

RGB 6 2 121 -
CMYK 0.95 0.98 0 0.53
HSL 242.02º 0.97% 0.24% -
HSV(B) 242.02º 0.98% 0.47% -
XYZ 3.55 1.46 18.18 -
YUV 16.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 6 2 121 0.95 0.98 0 0.53 242.02 0.97 0.24
Hex 6 2 79 5F 62 0 35 F2 61 18
Octal 6 2 171 137 142 0 65 362 141 30
Binary 110 10 1111001 1011111 1100010 0 110101 11110010 1100001 11000

Color Harmonies of #060279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060279

Black with #060279

Text Example


Text Example

White with #060279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060279; }

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

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

background-color css

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

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

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

border-color css

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

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

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