Html Css Color HEX #050076 Navy

📋 copy color: '#050076'

red 5 ◦ green 0 ◦ blue 118

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

Shades of Navy #050076

Tints of Navy #050076

RGB

 RED value IS 5 (2.34% from 255) = 4.07%

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

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

R = 4.07%
G = 0%
B = 95.93%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#050076 (or 0x050076) is known color: Navy. HEX triplet: 05, 00 and 76. RGB value is (5,0,118). Sum of RGB (Red+Green+Blue) = 5+0+118=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 118 (46.48% from 255 or 95.93% from 123); Max value from RGB is 118 - color contains mainly: blue. Hex color #050076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050076 is #FAFF89. Grayscale: #0E0E0E. Windows color (decimal): -16449418 or 7733253. OLE color: 7733253.

HSL color Cylindrical-coordinate representation of color #050076: hue angle of 242.54º 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 #050076 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 0 118 -
CMYK 0.96 1 0 0.54
HSL 242.54º 1% 0.23% -
HSV(B) 242.54º 1% 0.46% -
XYZ 3.33 1.34 17.22 -
YUV 14.95 186.16 120.91 -
System Red Green Blue C M Y K H S L
Decimal 5 0 118 0.96 1 0 0.54 242.54 1 0.23
Hex 5 0 76 60 64 0 36 F3 64 17
Octal 5 0 166 140 144 0 66 363 144 27
Binary 101 0 1110110 1100000 1100100 0 110110 11110011 1100100 10111

Color Harmonies of #050076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050076

Black with #050076

Text Example


Text Example

White with #050076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050076; }

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

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

background-color css

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

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

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

border-color css

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

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

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