#063158

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

Shades of Prussian Blue #063158

Tints of Prussian Blue #063158

Color information

#063158 (or 0x063158) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 58. RGB value is (6,49,88). Sum of RGB (Red+Green+Blue) = 6+49+88=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #063158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063158 is #F9CEA7. Grayscale: #282828. Windows color (decimal): -16371368 or 5779718. OLE color: 5779718.

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

Color convert

RGB64988-
CMYK0.930.4400.65
HSL208.54º87.23%18.43%-
HSV(B)208.54º93.18%34.51%-
XYZ2.932.949.65-
YUV40.59154.75103.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 88 (34.77% from 255) = 61.54%
R=4.20%
G=34.27%
B=61.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal649880.930.4400.65208.5487.2318.43
Hex631585D2C041d15712
Octal66113013554010132112722
Binary110110001101100010111011011000100000111010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063158; }

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

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

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

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

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

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

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

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