#063651

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

Shades of Prussian Blue #063651

Tints of Prussian Blue #063651

Color information

#063651 (or 0x063651) is unknown color: approx Prussian Blue. HEX triplet: 06, 36 and 51. RGB value is (6,54,81). Sum of RGB (Red+Green+Blue) = 6+54+81=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #063651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063651 is #F9C9AE. Grayscale: #2A2A2A. Windows color (decimal): -16370095 or 5322246. OLE color: 5322246.

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

Color convert

RGB65481-
CMYK0.930.3300.68
HSL201.6º86.21%17.06%-
HSV(B)201.6º92.59%31.76%-
XYZ2.883.278.26-
YUV42.73149.6101.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 81 (32.03% from 255) = 57.45%
R=4.26%
G=38.30%
B=57.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal654810.930.3300.68201.686.2117.06
Hex636515D21044ca5611
Octal66612113541010431212621
Binary110110110101000110111011000010100010011001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063651; }

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

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

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

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

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

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

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

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