#063451

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

Shades of Prussian Blue #063451

Tints of Prussian Blue #063451

Color information

#063451 (or 0x063451) is unknown color: approx Prussian Blue. HEX triplet: 06, 34 and 51. RGB value is (6,52,81). Sum of RGB (Red+Green+Blue) = 6+52+81=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #063451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063451 is #F9CBAE. Grayscale: #292929. Windows color (decimal): -16370607 or 5321734. OLE color: 5321734.

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

Color convert

RGB65281-
CMYK0.930.3600.68
HSL203.2º86.21%17.06%-
HSV(B)203.2º92.59%31.76%-
XYZ2.793.098.23-
YUV41.55150.26102.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 81 (32.03% from 255) = 58.27%
R=4.32%
G=37.41%
B=58.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal652810.930.3600.68203.286.2117.06
Hex634515D24044cb5611
Octal66412113544010431312621
Binary110110100101000110111011001000100010011001011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063451; }

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

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

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

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

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

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

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

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