#063951

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

Shades of Prussian Blue #063951

Tints of Prussian Blue #063951

Color information

#063951 (or 0x063951) is unknown color: approx Prussian Blue. HEX triplet: 06, 39 and 51. RGB value is (6,57,81). Sum of RGB (Red+Green+Blue) = 6+57+81=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #063951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063951 is #F9C6AE. Grayscale: #2C2C2C. Windows color (decimal): -16369327 or 5323014. OLE color: 5323014.

HSL color Cylindrical-coordinate representation of color #063951: hue angle of 199.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063951 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB65781-
CMYK0.930.3000.68
HSL199.2º86.21%17.06%-
HSV(B)199.2º92.59%31.76%-
XYZ3.023.568.31-
YUV44.49148.6100.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 81 (32.03% from 255) = 56.25%
R=4.17%
G=39.58%
B=56.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal657810.930.3000.68199.286.2117.06
Hex639515D1E044c75611
Octal67112113536010430712621
Binary11011100110100011011101111100100010011000111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063951; }

 p { color: rgb(6,57,81); }

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

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

 a { background-color: rgb(6,57,81); }

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

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

 span { border-color: rgb(6,57,81); }

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