#050265

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

Shades of Navy #050265

Tints of Navy #050265

Color information

#050265 (or 0x050265) is unknown color: approx Navy. HEX triplet: 05, 02 and 65. RGB value is (5,2,101). Sum of RGB (Red+Green+Blue) = 5+2+101=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 101 (39.84% from 255 or 93.52% from 108); Max value from RGB is 101 - color contains mainly: blue. Hex color #050265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050265 is #FAFD9A. Grayscale: #0D0D0D. Windows color (decimal): -16448923 or 6619653. OLE color: 6619653.

HSL color Cylindrical-coordinate representation of color #050265: hue angle of 241.82º 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 #050265 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB52101-
CMYK0.950.9800.60
HSL241.82º96.12%20.2%-
HSV(B)241.82º98.02%39.61%-
XYZ2.431.0212.38-
YUV14.18176.99121.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 101 (39.84% from 255) = 93.52%
R=4.63%
G=1.85%
B=93.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal521010.950.9800.60241.8296.1220.2
Hex52655F6203Cf26014
Octal5214513714207436214024
Binary10110110010110111111100010011110011110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050265; }

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

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

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

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

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

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

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

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