Html Css Color HEX #050075 Navy

📋 copy color: '#050075'

red 5 ◦ green 0 ◦ blue 117

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

Shades of Navy #050075

Tints of Navy #050075

RGB

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

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

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

R = 4.1%
G = 0%
B = 95.9%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#050075 (or 0x050075) is known color: Navy. HEX triplet: 05, 00 and 75. RGB value is (5,0,117). Sum of RGB (Red+Green+Blue) = 5+0+117=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 117 (46.09% from 255 or 95.90% from 122); Max value from RGB is 117 - color contains mainly: blue. Hex color #050075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050075 is #FAFF8A. Grayscale: #0E0E0E. Windows color (decimal): -16449419 or 7667717. OLE color: 7667717.

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

Color convert

RGB 5 0 117 -
CMYK 0.96 1 0 0.54
HSL 242.56º 1% 0.23% -
HSV(B) 242.56º 1% 0.46% -
XYZ 3.27 1.32 16.91 -
YUV 14.83 185.66 120.99 -
System Red Green Blue C M Y K H S L
Decimal 5 0 117 0.96 1 0 0.54 242.56 1 0.23
Hex 5 0 75 60 64 0 36 F3 64 17
Octal 5 0 165 140 144 0 66 363 144 27
Binary 101 0 1110101 1100000 1100100 0 110110 11110011 1100100 10111

Color Harmonies of #050075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050075

Black with #050075

Text Example


Text Example

White with #050075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050075; }

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

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

background-color css

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

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

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

border-color css

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

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

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