#050B7A

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

Shades of Navy #050B7A

Tints of Navy #050B7A

Color information

#050B7A (or 0x050B7A) is unknown color: approx Navy. HEX triplet: 05, 0B and 7A. RGB value is (5,11,122). Sum of RGB (Red+Green+Blue) = 5+11+122=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 122 (48.05% from 255 or 88.41% from 138); Max value from RGB is 122 - color contains mainly: blue. Hex color #050B7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B7A is #FAF485. Grayscale: #151515. Windows color (decimal): -16446598 or 7998213. OLE color: 7998213.

HSL color Cylindrical-coordinate representation of color #050B7A: hue angle of 236.92º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050B7A is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB511122-
CMYK0.960.9100.52
HSL236.92º92.13%24.9%-
HSV(B)236.92º95.9%47.84%-
XYZ3.71.6818.54-
YUV21.86184.51115.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 11 (4.69% from 255) = 7.97%
BLUE value IS 122 (48.05% from 255) = 88.41%
R=3.62%
G=7.97%
B=88.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5111220.960.9100.52236.9292.1324.9
Hex5B7A605B034ed5c19
Octal51317214013306435513431
Binary1011011111101011000001011011011010011101101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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