#063853

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

Shades of Prussian Blue #063853

Tints of Prussian Blue #063853

Color information

#063853 (or 0x063853) is unknown color: approx Prussian Blue. HEX triplet: 06, 38 and 53. RGB value is (6,56,83). Sum of RGB (Red+Green+Blue) = 6+56+83=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #063853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063853 is #F9C7AC. Grayscale: #2B2B2B. Windows color (decimal): -16369581 or 5453830. OLE color: 5453830.

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

Color convert

RGB65683-
CMYK0.930.3300.67
HSL201.04º86.52%17.45%-
HSV(B)201.04º92.77%32.55%-
XYZ3.053.498.7-
YUV44.13149.94100.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 83 (32.81% from 255) = 57.24%
R=4.14%
G=38.62%
B=57.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal656830.930.3300.67201.0486.5217.45
Hex638535D21043c95711
Octal67012313541010331112721
Binary110111000101001110111011000010100001111001001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063853; }

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

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

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

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

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

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

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

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