Html Css Color HEX #050271 Navy

📋 copy color: '#050271'

red 5 ◦ green 2 ◦ blue 113

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

Shades of Navy #050271

Tints of Navy #050271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 94.17%

R = 4.17%
G = 1.67%
B = 94.17%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050271 (or 0x050271) is known color: Navy. HEX triplet: 05, 02 and 71. RGB value is (5,2,113). Sum of RGB (Red+Green+Blue) = 5+2+113=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 113 (44.53% from 255 or 94.17% from 120); Max value from RGB is 113 - color contains mainly: blue. Hex color #050271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050271 is #FAFD8E. Grayscale: #0F0F0F. Windows color (decimal): -16448911 or 7406085. OLE color: 7406085.

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

Color convert

RGB 5 2 113 -
CMYK 0.96 0.98 0 0.56
HSL 241.62º 0.97% 0.23% -
HSV(B) 241.62º 0.98% 0.44% -
XYZ 3.06 1.27 15.71 -
YUV 15.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 5 2 113 0.96 0.98 0 0.56 241.62 0.97 0.23
Hex 5 2 71 60 62 0 38 F2 61 17
Octal 5 2 161 140 142 0 70 362 141 27
Binary 101 10 1110001 1100000 1100010 0 111000 11110010 1100001 10111

Color Harmonies of #050271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050271

Black with #050271

Text Example


Text Example

White with #050271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050271; }

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

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

background-color css

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

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

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

border-color css

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

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

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