#050B6B

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

Shades of Navy #050B6B

Tints of Navy #050B6B

Color information

#050B6B (or 0x050B6B) is unknown color: approx Navy. HEX triplet: 05, 0B and 6B. RGB value is (5,11,107). Sum of RGB (Red+Green+Blue) = 5+11+107=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 107 (42.19% from 255 or 86.99% from 123); Max value from RGB is 107 - color contains mainly: blue. Hex color #050B6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B6B is #FAF494. Grayscale: #131313. Windows color (decimal): -16446613 or 7015173. OLE color: 7015173.

HSL color Cylindrical-coordinate representation of color #050B6B: hue angle of 236.47º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050B6B is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB511107-
CMYK0.950.9000.58
HSL236.47º91.07%21.96%-
HSV(B)236.47º95.33%41.96%-
XYZ2.841.3314.02-
YUV20.15177.01117.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 11 (4.69% from 255) = 8.94%
BLUE value IS 107 (42.19% from 255) = 86.99%
R=4.07%
G=8.94%
B=86.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5111070.950.9000.58236.4791.0721.96
Hex5B6B5F5A03Aec5b16
Octal51315313713207235413326
Binary1011011110101110111111011010011101011101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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