#063369

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

Shades of Prussian Blue #063369

Tints of Prussian Blue #063369

Color information

#063369 (or 0x063369) is unknown color: approx Prussian Blue. HEX triplet: 06, 33 and 69. RGB value is (6,51,105). Sum of RGB (Red+Green+Blue) = 6+51+105=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #063369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063369 is #F9CC96. Grayscale: #2B2B2B. Windows color (decimal): -16370839 or 6894342. OLE color: 6894342.

HSL color Cylindrical-coordinate representation of color #063369: hue angle of 212.73º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063369 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB651105-
CMYK0.940.5100.59
HSL212.73º89.19%21.76%-
HSV(B)212.73º94.29%41.18%-
XYZ3.813.4313.83-
YUV43.7162.59101.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 105 (41.41% from 255) = 64.81%
R=3.70%
G=31.48%
B=64.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6511050.940.5100.59212.7389.1921.76
Hex633695E3303Bd55916
Octal6631511366307332513126
Binary11011001111010011011110110011011101111010101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063369; }

 p { color: rgb(6,51,105); }

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

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

 a { background-color: rgb(6,51,105); }

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

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

 span { border-color: rgb(6,51,105); }

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