Html Css Color HEX #050785 Navy

📋 copy color: '#050785'

red 5 ◦ green 7 ◦ blue 133

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

Shades of Navy #050785

Tints of Navy #050785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 91.72%

R = 3.45%
G = 4.83%
B = 91.72%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#050785 (or 0x050785) is known color: Navy. HEX triplet: 05, 07 and 85. RGB value is (5,7,133). Sum of RGB (Red+Green+Blue) = 5+7+133=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 133 (52.34% from 255 or 91.72% from 145); Max value from RGB is 133 - color contains mainly: blue. Hex color #050785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050785 is #FAF87A. Grayscale: #141414. Windows color (decimal): -16447611 or 8718085. OLE color: 8718085.

HSL color Cylindrical-coordinate representation of color #050785: hue angle of 239.06º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050785 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 7 133 -
CMYK 0.96 0.95 0 0.48
HSL 239.06º 0.93% 0.27% -
HSV(B) 239.06º 0.96% 0.52% -
XYZ 4.37 1.88 22.32 -
YUV 20.77 191.34 116.75 -
System Red Green Blue C M Y K H S L
Decimal 5 7 133 0.96 0.95 0 0.48 239.06 0.93 0.27
Hex 5 7 85 60 5F 0 30 EF 5D 1B
Octal 5 7 205 140 137 0 60 357 135 33
Binary 101 111 10000101 1100000 1011111 0 110000 11101111 1011101 11011

Color Harmonies of #050785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050785

Black with #050785

Text Example


Text Example

White with #050785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050785; }

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

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

background-color css

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

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

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

border-color css

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

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

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