Html Css Color HEX #060076 Navy

📋 copy color: '#060076'

red 6 ◦ green 0 ◦ blue 118

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

Shades of Navy #060076

Tints of Navy #060076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 4.84%
G = 0%
B = 95.16%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#060076 (or 0x060076) is known color: Navy. HEX triplet: 06, 00 and 76. RGB value is (6,0,118). Sum of RGB (Red+Green+Blue) = 6+0+118=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 118 (46.48% from 255 or 95.16% from 124); Max value from RGB is 118 - color contains mainly: blue. Hex color #060076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060076 is #F9FF89. Grayscale: #0E0E0E. Windows color (decimal): -16383882 or 7733254. OLE color: 7733254.

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

Color convert

RGB 6 0 118 -
CMYK 0.95 1 0 0.54
HSL 243.05º 1% 0.23% -
HSV(B) 243.05º 1% 0.46% -
XYZ 3.35 1.35 17.22 -
YUV 15.25 185.99 121.41 -
System Red Green Blue C M Y K H S L
Decimal 6 0 118 0.95 1 0 0.54 243.05 1 0.23
Hex 6 0 76 5F 64 0 36 F3 64 17
Octal 6 0 166 137 144 0 66 363 144 27
Binary 110 0 1110110 1011111 1100100 0 110110 11110011 1100100 10111

Color Harmonies of #060076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060076

Black with #060076

Text Example


Text Example

White with #060076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060076; }

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

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

background-color css

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

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

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

border-color css

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

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

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