#063551

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

Shades of Prussian Blue #063551

Tints of Prussian Blue #063551

Color information

#063551 (or 0x063551) is unknown color: approx Prussian Blue. HEX triplet: 06, 35 and 51. RGB value is (6,53,81). Sum of RGB (Red+Green+Blue) = 6+53+81=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #063551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063551 is #F9CAAE. Grayscale: #292929. Windows color (decimal): -16370351 or 5321990. OLE color: 5321990.

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

Color convert

RGB65381-
CMYK0.930.3500.68
HSL202.4º86.21%17.06%-
HSV(B)202.4º92.59%31.76%-
XYZ2.833.188.25-
YUV42.14149.93102.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=4.29%
G=37.86%
B=57.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal653810.930.3500.68202.486.2117.06
Hex635515D23044ca5611
Octal66512113543010431212621
Binary110110101101000110111011000110100010011001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063551; }

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

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

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

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

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

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

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

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