#063162

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

Shades of Prussian Blue #063162

Tints of Prussian Blue #063162

Color information

#063162 (or 0x063162) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 62. RGB value is (6,49,98). Sum of RGB (Red+Green+Blue) = 6+49+98=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 98 (38.67% from 255 or 64.05% from 153); Max value from RGB is 98 - color contains mainly: blue. Hex color #063162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063162 is #F9CE9D. Grayscale: #292929. Windows color (decimal): -16371358 or 6435078. OLE color: 6435078.

HSL color Cylindrical-coordinate representation of color #063162: hue angle of 211.96º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063162 is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64998-
CMYK0.940.500.62
HSL211.96º88.46%20.39%-
HSV(B)211.96º93.88%38.43%-
XYZ3.383.1211.98-
YUV41.73159.75102.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 98 (38.67% from 255) = 64.05%
R=3.92%
G=32.03%
B=64.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal649980.940.500.62211.9688.4620.39
Hex631625E3203Ed45814
Octal6611421366207632413024
Binary11011000111000101011110110010011111011010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063162; }

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

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

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

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

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

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

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

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