#063057

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

Shades of Prussian Blue #063057

Tints of Prussian Blue #063057

Color information

#063057 (or 0x063057) is unknown color: approx Prussian Blue. HEX triplet: 06, 30 and 57. RGB value is (6,48,87). Sum of RGB (Red+Green+Blue) = 6+48+87=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #063057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063057 is #F9CFA8. Grayscale: #272727. Windows color (decimal): -16371625 or 5713926. OLE color: 5713926.

HSL color Cylindrical-coordinate representation of color #063057: hue angle of 208.89º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063057 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB64887-
CMYK0.930.4500.66
HSL208.89º87.1%18.24%-
HSV(B)208.89º93.1%34.12%-
XYZ2.852.849.41-
YUV39.89154.59103.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 87 (34.38% from 255) = 61.70%
R=4.26%
G=34.04%
B=61.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal648870.930.4500.66208.8987.118.24
Hex630575D2D042d15712
Octal66012713555010232112722
Binary110110000101011110111011011010100001011010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063057; }

 p { color: rgb(6,48,87); }

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

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

 a { background-color: rgb(6,48,87); }

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

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

 span { border-color: rgb(6,48,87); }

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