Html Css Color HEX #050175 Navy

📋 copy color: '#050175'

red 5 ◦ green 1 ◦ blue 117

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

Shades of Navy #050175

Tints of Navy #050175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 95.12%

R = 4.07%
G = 0.81%
B = 95.12%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#050175 (or 0x050175) is known color: Navy. HEX triplet: 05, 01 and 75. RGB value is (5,1,117). Sum of RGB (Red+Green+Blue) = 5+1+117=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 117 (46.09% from 255 or 95.12% from 123); Max value from RGB is 117 - color contains mainly: blue. Hex color #050175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050175 is #FAFE8A. Grayscale: #0E0E0E. Windows color (decimal): -16449163 or 7667973. OLE color: 7667973.

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

Color convert

RGB 5 1 117 -
CMYK 0.96 0.99 0 0.54
HSL 242.07º 0.98% 0.23% -
HSV(B) 242.07º 0.99% 0.46% -
XYZ 3.28 1.34 16.91 -
YUV 15.42 185.33 120.57 -
System Red Green Blue C M Y K H S L
Decimal 5 1 117 0.96 0.99 0 0.54 242.07 0.98 0.23
Hex 5 1 75 60 63 0 36 F2 62 17
Octal 5 1 165 140 143 0 66 362 142 27
Binary 101 1 1110101 1100000 1100011 0 110110 11110010 1100010 10111

Color Harmonies of #050175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050175

Black with #050175

Text Example


Text Example

White with #050175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050175; }

 p { color: rgb(5,1,117); }

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

background-color css

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

 a { background-color: rgb(5,1,117); }

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

border-color css

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

 span { border-color: rgb(5,1,117); }

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