#063459

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

Shades of Prussian Blue #063459

Tints of Prussian Blue #063459

Color information

#063459 (or 0x063459) is unknown color: approx Prussian Blue. HEX triplet: 06, 34 and 59. RGB value is (6,52,89). Sum of RGB (Red+Green+Blue) = 6+52+89=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #063459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063459 is #F9CBA6. Grayscale: #2A2A2A. Windows color (decimal): -16370599 or 5846022. OLE color: 5846022.

HSL color Cylindrical-coordinate representation of color #063459: hue angle of 206.75º 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 #063459 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB65289-
CMYK0.930.4200.65
HSL206.75º87.37%18.63%-
HSV(B)206.75º93.26%34.9%-
XYZ3.113.229.91-
YUV42.46154.26101.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 89 (35.16% from 255) = 60.54%
R=4.08%
G=35.37%
B=60.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal652890.930.4200.65206.7587.3718.63
Hex634595D2A041cf5713
Octal66413113552010131712723
Binary110110100101100110111011010100100000111001111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063459; }

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

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

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

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

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

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

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

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