Html Css Color HEX #050774 Navy

📋 copy color: '#050774'

red 5 ◦ green 7 ◦ blue 116

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

Shades of Navy #050774

Tints of Navy #050774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.47%

 BLUE value IS 116 (45.7% from 255) = 90.63%

R = 3.91%
G = 5.47%
B = 90.63%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#050774 (or 0x050774) is known color: Navy. HEX triplet: 05, 07 and 74. RGB value is (5,7,116). Sum of RGB (Red+Green+Blue) = 5+7+116=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 116 (45.70% from 255 or 90.62% from 128); Max value from RGB is 116 - color contains mainly: blue. Hex color #050774 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050774 is #FAF88B. Grayscale: #121212. Windows color (decimal): -16447628 or 7603973. OLE color: 7603973.

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

Color convert

RGB 5 7 116 -
CMYK 0.96 0.94 0 0.55
HSL 238.92º 0.92% 0.24% -
HSV(B) 238.92º 0.96% 0.45% -
XYZ 3.29 1.45 16.63 -
YUV 18.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 5 7 116 0.96 0.94 0 0.55 238.92 0.92 0.24
Hex 5 7 74 60 5E 0 37 EF 5C 18
Octal 5 7 164 140 136 0 67 357 134 30
Binary 101 111 1110100 1100000 1011110 0 110111 11101111 1011100 11000

Color Harmonies of #050774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050774

Black with #050774

Text Example


Text Example

White with #050774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050774; }

 p { color: rgb(5,7,116); }

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

background-color css

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

 a { background-color: rgb(5,7,116); }

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

border-color css

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

 span { border-color: rgb(5,7,116); }

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