#063279

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

Shades of Prussian Blue #063279

Tints of Prussian Blue #063279

Color information

#063279 (or 0x063279) is unknown color: approx Prussian Blue. HEX triplet: 06, 32 and 79. RGB value is (6,50,121). Sum of RGB (Red+Green+Blue) = 6+50+121=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #063279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063279 is #F9CD86. Grayscale: #2C2C2C. Windows color (decimal): -16371079 or 7942662. OLE color: 7942662.

HSL color Cylindrical-coordinate representation of color #063279: hue angle of 217.04º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063279 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB650121-
CMYK0.950.5900.53
HSL217.04º90.55%24.9%-
HSV(B)217.04º95.04%47.45%-
XYZ4.673.718.56-
YUV44.94170.92100.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 121 (47.66% from 255) = 68.36%
R=3.39%
G=28.25%
B=68.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6501210.950.5900.53217.0490.5524.9
Hex632795F3B035d95b19
Octal6621711377306533113331
Binary11011001011110011011111111011011010111011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063279; }

 p { color: rgb(6,50,121); }

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

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

 a { background-color: rgb(6,50,121); }

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

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

 span { border-color: rgb(6,50,121); }

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