#050B75

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

Shades of Navy #050B75

Tints of Navy #050B75

Color information

#050B75 (or 0x050B75) is unknown color: approx Navy. HEX triplet: 05, 0B and 75. RGB value is (5,11,117). Sum of RGB (Red+Green+Blue) = 5+11+117=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 117 (46.09% from 255 or 87.97% from 133); Max value from RGB is 117 - color contains mainly: blue. Hex color #050B75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B75 is #FAF48A. Grayscale: #141414. Windows color (decimal): -16446603 or 7670533. OLE color: 7670533.

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

Color convert

RGB511117-
CMYK0.960.9100.54
HSL236.79º91.8%23.92%-
HSV(B)236.79º95.73%45.88%-
XYZ3.391.5616.95-
YUV21.29182.01116.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 11 (4.69% from 255) = 8.27%
BLUE value IS 117 (46.09% from 255) = 87.97%
R=3.76%
G=8.27%
B=87.97%

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
Decimal5111170.960.9100.54236.7991.823.92
Hex5B75605B036ed5c18
Octal51316514013306635513430
Binary1011011111010111000001011011011011011101101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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