#063253

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

Shades of Prussian Blue #063253

Tints of Prussian Blue #063253

Color information

#063253 (or 0x063253) is unknown color: approx Prussian Blue. HEX triplet: 06, 32 and 53. RGB value is (6,50,83). Sum of RGB (Red+Green+Blue) = 6+50+83=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #063253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063253 is #F9CDAC. Grayscale: #282828. Windows color (decimal): -16371117 or 5452294. OLE color: 5452294.

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

Color convert

RGB65083-
CMYK0.930.4000.67
HSL205.71º86.52%17.45%-
HSV(B)205.71º92.77%32.55%-
XYZ2.782.948.61-
YUV40.61151.92103.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 83 (32.81% from 255) = 59.71%
R=4.32%
G=35.97%
B=59.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal650830.930.4000.67205.7186.5217.45
Hex632535D28043ce5711
Octal66212313550010331612721
Binary110110010101001110111011010000100001111001110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063253; }

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

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

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

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

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

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

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

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