#063953

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

Shades of Prussian Blue #063953

Tints of Prussian Blue #063953

Color information

#063953 (or 0x063953) is unknown color: approx Prussian Blue. HEX triplet: 06, 39 and 53. RGB value is (6,57,83). Sum of RGB (Red+Green+Blue) = 6+57+83=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #063953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063953 is #F9C6AC. Grayscale: #2C2C2C. Windows color (decimal): -16369325 or 5454086. OLE color: 5454086.

HSL color Cylindrical-coordinate representation of color #063953: hue angle of 200.26º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063953 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB65783-
CMYK0.930.3100.67
HSL200.26º86.52%17.45%-
HSV(B)200.26º92.77%32.55%-
XYZ3.13.598.71-
YUV44.71149.6100.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 83 (32.81% from 255) = 56.85%
R=4.11%
G=39.04%
B=56.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal657830.930.3100.67200.2686.5217.45
Hex639535D1F043c85711
Octal67112313537010331012721
Binary11011100110100111011101111110100001111001000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063953; }

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

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

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

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

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

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

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

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