Html Css Color HEX #060176 Navy

📋 copy color: '#060176'

red 6 ◦ green 1 ◦ blue 118

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

Shades of Navy #060176

Tints of Navy #060176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

 BLUE value IS 118 (46.48% from 255) = 94.4%

R = 4.8%
G = 0.8%
B = 94.4%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#060176 (or 0x060176) is known color: Navy. HEX triplet: 06, 01 and 76. RGB value is (6,1,118). Sum of RGB (Red+Green+Blue) = 6+1+118=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 118 (46.48% from 255 or 94.4% from 125); Max value from RGB is 118 - color contains mainly: blue. Hex color #060176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060176 is #F9FE89. Grayscale: #0F0F0F. Windows color (decimal): -16383626 or 7733510. OLE color: 7733510.

HSL color Cylindrical-coordinate representation of color #060176: hue angle of 242.56º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060176 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 1 118 -
CMYK 0.95 0.99 0 0.54
HSL 242.56º 0.98% 0.23% -
HSV(B) 242.56º 0.99% 0.46% -
XYZ 3.36 1.37 17.23 -
YUV 15.83 185.66 120.99 -
System Red Green Blue C M Y K H S L
Decimal 6 1 118 0.95 0.99 0 0.54 242.56 0.98 0.23
Hex 6 1 76 5F 63 0 36 F3 62 17
Octal 6 1 166 137 143 0 66 363 142 27
Binary 110 1 1110110 1011111 1100011 0 110110 11110011 1100010 10111

Color Harmonies of #060176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060176

Black with #060176

Text Example


Text Example

White with #060176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060176; }

 p { color: rgb(6,1,118); }

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

background-color css

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

 a { background-color: rgb(6,1,118); }

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

border-color css

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

 span { border-color: rgb(6,1,118); }

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