#050A75

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

Shades of Navy #050A75

Tints of Navy #050A75

Color information

#050A75 (or 0x050A75) is unknown color: approx Navy. HEX triplet: 05, 0A and 75. RGB value is (5,10,117). Sum of RGB (Red+Green+Blue) = 5+10+117=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 117 (46.09% from 255 or 88.64% from 132); Max value from RGB is 117 - color contains mainly: blue. Hex color #050A75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A75 is #FAF58A. Grayscale: #141414. Windows color (decimal): -16446859 or 7670277. OLE color: 7670277.

HSL color Cylindrical-coordinate representation of color #050A75: hue angle of 237.32º 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 #050A75 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB510117-
CMYK0.960.9100.54
HSL237.32º91.8%23.92%-
HSV(B)237.32º95.73%45.88%-
XYZ3.381.5316.95-
YUV20.7182.34116.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 117 (46.09% from 255) = 88.64%
R=3.79%
G=7.58%
B=88.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5101170.960.9100.54237.3291.823.92
Hex5A75605B036ed5c18
Octal51216514013306635513430
Binary1011010111010111000001011011011011011101101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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