#050266

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

Shades of Navy #050266

Tints of Navy #050266

Color information

#050266 (or 0x050266) is unknown color: approx Navy. HEX triplet: 05, 02 and 66. RGB value is (5,2,102). Sum of RGB (Red+Green+Blue) = 5+2+102=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 102 (40.23% from 255 or 93.58% from 109); Max value from RGB is 102 - color contains mainly: blue. Hex color #050266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050266 is #FAFD99. Grayscale: #0D0D0D. Windows color (decimal): -16448922 or 6685189. OLE color: 6685189.

HSL color Cylindrical-coordinate representation of color #050266: hue angle of 241.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050266 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB52102-
CMYK0.950.9800.6
HSL241.8º96.15%20.39%-
HSV(B)241.8º98.04%40%-
XYZ2.481.0312.64-
YUV14.3177.49121.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 102 (40.23% from 255) = 93.58%
R=4.59%
G=1.83%
B=93.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal521020.950.9800.6241.896.1520.39
Hex52665F6203Cf26014
Octal5214613714207436214024
Binary10110110011010111111100010011110011110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050266; }

 p { color: rgb(5,2,102); }

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

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

 a { background-color: rgb(5,2,102); }

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

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

 span { border-color: rgb(5,2,102); }

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