#063259

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

Shades of Prussian Blue #063259

Tints of Prussian Blue #063259

Color information

#063259 (or 0x063259) is unknown color: approx Prussian Blue. HEX triplet: 06, 32 and 59. RGB value is (6,50,89). Sum of RGB (Red+Green+Blue) = 6+50+89=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #063259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063259 is #F9CDA6. Grayscale: #292929. Windows color (decimal): -16371111 or 5845510. OLE color: 5845510.

HSL color Cylindrical-coordinate representation of color #063259: hue angle of 208.19º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063259 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB65089-
CMYK0.930.4400.65
HSL208.19º87.37%18.63%-
HSV(B)208.19º93.26%34.9%-
XYZ3.023.049.88-
YUV41.29154.92102.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=4.14%
G=34.48%
B=61.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal650890.930.4400.65208.1987.3718.63
Hex632595D2C041d05713
Octal66213113554010132012723
Binary110110010101100110111011011000100000111010000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063259; }

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

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

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

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

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

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

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

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