#063453

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

Shades of Prussian Blue #063453

Tints of Prussian Blue #063453

Color information

#063453 (or 0x063453) is unknown color: approx Prussian Blue. HEX triplet: 06, 34 and 53. RGB value is (6,52,83). Sum of RGB (Red+Green+Blue) = 6+52+83=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #063453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063453 is #F9CBAC. Grayscale: #292929. Windows color (decimal): -16370605 or 5452806. OLE color: 5452806.

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

Color convert

RGB65283-
CMYK0.930.3700.67
HSL204.16º86.52%17.45%-
HSV(B)204.16º92.77%32.55%-
XYZ2.863.128.63-
YUV41.78151.26102.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 83 (32.81% from 255) = 58.87%
R=4.26%
G=36.88%
B=58.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal652830.930.3700.67204.1686.5217.45
Hex634535D25043cc5711
Octal66412313545010331412721
Binary110110100101001110111011001010100001111001100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063453; }

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

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

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

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

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

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

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

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