#050068

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

Shades of Navy #050068

Tints of Navy #050068

Color information

#050068 (or 0x050068) is unknown color: approx Navy. HEX triplet: 05, 00 and 68. RGB value is (5,0,104). Sum of RGB (Red+Green+Blue) = 5+0+104=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 104 (41.02% from 255 or 95.41% from 109); Max value from RGB is 104 - color contains mainly: blue. Hex color #050068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050068 is #FAFF97. Grayscale: #0C0C0C. Windows color (decimal): -16449432 or 6815749. OLE color: 6815749.

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

Color convert

RGB50104-
CMYK0.95100.59
HSL242.88º100%20.39%-
HSV(B)242.88º100%40.78%-
XYZ2.561.0313.16-
YUV13.35179.16122.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 95.41%
R=4.59%
G=0%
B=95.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal501040.95100.59242.8810020.39
Hex50685F6403Bf36414
Octal5015013714407336314424
Binary1010110100010111111100100011101111110011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050068; }

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

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

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

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

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

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

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

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