#063859

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

Shades of Prussian Blue #063859

Tints of Prussian Blue #063859

Color information

#063859 (or 0x063859) is unknown color: approx Prussian Blue. HEX triplet: 06, 38 and 59. RGB value is (6,56,89). Sum of RGB (Red+Green+Blue) = 6+56+89=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #063859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063859 is #F9C7A6. Grayscale: #2C2C2C. Windows color (decimal): -16369575 or 5847046. OLE color: 5847046.

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

Color convert

RGB65689-
CMYK0.930.3700.65
HSL203.86º87.37%18.63%-
HSV(B)203.86º93.26%34.9%-
XYZ3.293.599.97-
YUV44.81152.94100.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=3.97%
G=37.09%
B=58.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal656890.930.3700.65203.8687.3718.63
Hex638595D25041cc5713
Octal67013113545010131412723
Binary110111000101100110111011001010100000111001100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063859; }

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

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

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

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

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

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

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

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