#050066

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

Shades of Navy #050066

Tints of Navy #050066

Color information

#050066 (or 0x050066) is unknown color: approx Navy. HEX triplet: 05, 00 and 66. RGB value is (5,0,102). Sum of RGB (Red+Green+Blue) = 5+0+102=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 102 (40.23% from 255 or 95.33% from 107); Max value from RGB is 102 - color contains mainly: blue. Hex color #050066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050066 is #FAFF99. Grayscale: #0C0C0C. Windows color (decimal): -16449434 or 6684677. OLE color: 6684677.

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

Color convert

RGB50102-
CMYK0.95100.6
HSL242.94º100%20%-
HSV(B)242.94º100%40%-
XYZ2.460.9912.63-
YUV13.12178.16122.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 95.33%
R=4.67%
G=0%
B=95.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal501020.95100.6242.9410020
Hex50665F6403Cf36414
Octal5014613714407436314424
Binary1010110011010111111100100011110011110011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050066; }

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

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

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

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

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

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

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

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