Html Css Color HEX #050073 Navy

📋 copy color: '#050073'

red 5 ◦ green 0 ◦ blue 115

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

Shades of Navy #050073

Tints of Navy #050073

RGB

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

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

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

R = 4.17%
G = 0%
B = 95.83%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#050073 (or 0x050073) is known color: Navy. HEX triplet: 05, 00 and 73. RGB value is (5,0,115). Sum of RGB (Red+Green+Blue) = 5+0+115=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 115 (45.31% from 255 or 95.83% from 120); Max value from RGB is 115 - color contains mainly: blue. Hex color #050073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050073 is #FAFF8C. Grayscale: #0E0E0E. Windows color (decimal): -16449421 or 7536645. OLE color: 7536645.

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

Color convert

RGB 5 0 115 -
CMYK 0.96 1 0 0.55
HSL 242.61º 1% 0.23% -
HSV(B) 242.61º 1% 0.45% -
XYZ 3.16 1.27 16.3 -
YUV 14.61 184.66 121.15 -
System Red Green Blue C M Y K H S L
Decimal 5 0 115 0.96 1 0 0.55 242.61 1 0.23
Hex 5 0 73 60 64 0 37 F3 64 17
Octal 5 0 163 140 144 0 67 363 144 27
Binary 101 0 1110011 1100000 1100100 0 110111 11110011 1100100 10111

Color Harmonies of #050073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050073

Black with #050073

Text Example


Text Example

White with #050073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050073; }

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

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

background-color css

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

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

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

border-color css

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

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

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