#050B85

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

Shades of Navy #050B85

Tints of Navy #050B85

Color information

#050B85 (or 0x050B85) is unknown color: approx Navy. HEX triplet: 05, 0B and 85. RGB value is (5,11,133). Sum of RGB (Red+Green+Blue) = 5+11+133=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 133 (52.34% from 255 or 89.26% from 149); Max value from RGB is 133 - color contains mainly: blue. Hex color #050B85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050B85 is #FAF47A. Grayscale: #161616. Windows color (decimal): -16446587 or 8719109. OLE color: 8719109.

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

Color convert

RGB511133-
CMYK0.960.9200.48
HSL237.19º92.75%27.06%-
HSV(B)237.19º96.24%52.16%-
XYZ4.421.9722.34-
YUV23.11190.01115.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 133 (52.34% from 255) = 89.26%
R=3.36%
G=7.38%
B=89.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5111330.960.9200.48237.1992.7527.06
Hex5B85605C030ed5d1b
Octal51320514013406035513533
Binary10110111000010111000001011100011000011101101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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