#050F75

Color #050F75 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #050F75

Tints of Navy #050F75

Color information

#050F75 (or 0x050F75) is unknown color: approx Navy. HEX triplet: 05, 0F and 75. RGB value is (5,15,117). Sum of RGB (Red+Green+Blue) = 5+15+117=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #050F75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F75 is #FAF08A. Grayscale: #171717. Windows color (decimal): -16445579 or 7671557. OLE color: 7671557.

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

Color convert

RGB515117-
CMYK0.960.8700.54
HSL234.64º91.8%23.92%-
HSV(B)234.64º95.73%45.88%-
XYZ3.441.6616.97-
YUV23.64180.69114.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 117 (46.09% from 255) = 85.40%
R=3.65%
G=10.95%
B=85.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5151170.960.8700.54234.6491.823.92
Hex5F756057036eb5c18
Octal51716514012706635313430
Binary1011111111010111000001010111011011011101011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050F75; }

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

 H1.HeaderClassName
 {
   color: #050F75;
 }
 .AnyTagClassName
 {
   color: #050F75;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #050F75;
 }
 .BgClassName
 {
   background-color: #050F75;
 }
</style>
border-color css

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

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

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