#050885

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

Shades of Navy #050885

Tints of Navy #050885

Color information

#050885 (or 0x050885) is unknown color: approx Navy. HEX triplet: 05, 08 and 85. RGB value is (5,8,133). Sum of RGB (Red+Green+Blue) = 5+8+133=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 133 (52.34% from 255 or 91.10% from 146); Max value from RGB is 133 - color contains mainly: blue. Hex color #050885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050885 is #FAF77A. Grayscale: #141414. Windows color (decimal): -16447355 or 8718341. OLE color: 8718341.

HSL color Cylindrical-coordinate representation of color #050885: hue angle of 238.59º 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 #050885 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB58133-
CMYK0.960.9400.48
HSL238.59º92.75%27.06%-
HSV(B)238.59º96.24%52.16%-
XYZ4.381.922.33-
YUV21.35191.01116.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 133 (52.34% from 255) = 91.10%
R=3.42%
G=5.48%
B=91.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal581330.960.9400.48238.5992.7527.06
Hex5885605E030ef5d1b
Octal51020514013606035713533
Binary10110001000010111000001011110011000011101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050885; }

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

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

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

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

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

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

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

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