Html Css Color HEX #050373 Navy

📋 copy color: '#050373'

red 5 ◦ green 3 ◦ blue 115

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

Shades of Navy #050373

Tints of Navy #050373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

 BLUE value IS 115 (45.31% from 255) = 93.5%

R = 4.07%
G = 2.44%
B = 93.5%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#050373 (or 0x050373) is known color: Navy. HEX triplet: 05, 03 and 73. RGB value is (5,3,115). Sum of RGB (Red+Green+Blue) = 5+3+115=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 115 (45.31% from 255 or 93.50% from 123); Max value from RGB is 115 - color contains mainly: blue. Hex color #050373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050373 is #FAFC8C. Grayscale: #0F0F0F. Windows color (decimal): -16448653 or 7537413. OLE color: 7537413.

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

Color convert

RGB 5 3 115 -
CMYK 0.96 0.97 0 0.55
HSL 241.07º 0.95% 0.23% -
HSV(B) 241.07º 0.97% 0.45% -
XYZ 3.19 1.34 16.31 -
YUV 16.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 5 3 115 0.96 0.97 0 0.55 241.07 0.95 0.23
Hex 5 3 73 60 61 0 37 F1 5F 17
Octal 5 3 163 140 141 0 67 361 137 27
Binary 101 11 1110011 1100000 1100001 0 110111 11110001 1011111 10111

Color Harmonies of #050373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050373

Black with #050373

Text Example


Text Example

White with #050373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050373; }

 p { color: rgb(5,3,115); }

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

background-color css

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

 a { background-color: rgb(5,3,115); }

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

border-color css

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

 span { border-color: rgb(5,3,115); }

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