Html Css Color HEX #050276 Navy

📋 copy color: '#050276'

red 5 ◦ green 2 ◦ blue 118

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

Shades of Navy #050276

Tints of Navy #050276

RGB

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

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

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

R = 4%
G = 1.6%
B = 94.4%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#050276 (or 0x050276) is known color: Navy. HEX triplet: 05, 02 and 76. RGB value is (5,2,118). Sum of RGB (Red+Green+Blue) = 5+2+118=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 2 (1.17% from 255 or 1.6% 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 #050276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050276 is #FAFD89. Grayscale: #0F0F0F. Windows color (decimal): -16448906 or 7733765. OLE color: 7733765.

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

Color convert

RGB 5 2 118 -
CMYK 0.96 0.98 0 0.54
HSL 241.55º 0.97% 0.24% -
HSV(B) 241.55º 0.98% 0.46% -
XYZ 3.35 1.38 17.23 -
YUV 16.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 5 2 118 0.96 0.98 0 0.54 241.55 0.97 0.24
Hex 5 2 76 60 62 0 36 F2 61 18
Octal 5 2 166 140 142 0 66 362 141 30
Binary 101 10 1110110 1100000 1100010 0 110110 11110010 1100001 11000

Color Harmonies of #050276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050276

Black with #050276

Text Example


Text Example

White with #050276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050276; }

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

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

background-color css

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

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

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

border-color css

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

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

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