#063F58

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

Shades of Prussian Blue #063F58

Tints of Prussian Blue #063F58

Color information

#063F58 (or 0x063F58) is unknown color: approx Prussian Blue. HEX triplet: 06, 3F and 58. RGB value is (6,63,88). Sum of RGB (Red+Green+Blue) = 6+63+88=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #063F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F58 is #F9C0A7. Grayscale: #303030. Windows color (decimal): -16367784 or 5783302. OLE color: 5783302.

HSL color Cylindrical-coordinate representation of color #063F58: hue angle of 198.29º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063F58 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB66388-
CMYK0.930.2800.65
HSL198.29º87.23%18.43%-
HSV(B)198.29º93.18%34.51%-
XYZ3.614.39.87-
YUV48.81150.1297.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=3.82%
G=40.13%
B=56.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal663880.930.2800.65198.2987.2318.43
Hex63F585D1C041c65712
Octal67713013534010130612722
Binary11011111110110001011101111000100000111000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063F58; }

 p { color: rgb(6,63,88); }

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

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

 a { background-color: rgb(6,63,88); }

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

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

 span { border-color: rgb(6,63,88); }

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