#063170

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

Shades of Prussian Blue #063170

Tints of Prussian Blue #063170

Color information

#063170 (or 0x063170) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 70. RGB value is (6,49,112). Sum of RGB (Red+Green+Blue) = 6+49+112=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #063170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063170 is #F9CE8F. Grayscale: #2B2B2B. Windows color (decimal): -16371344 or 7352582. OLE color: 7352582.

HSL color Cylindrical-coordinate representation of color #063170: hue angle of 215.66º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063170 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB649112-
CMYK0.950.5600.56
HSL215.66º89.83%23.14%-
HSV(B)215.66º94.64%43.92%-
XYZ4.13.4115.77-
YUV43.32166.75101.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 112 (44.14% from 255) = 67.07%
R=3.59%
G=29.34%
B=67.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6491120.950.5600.56215.6689.8323.14
Hex631705F38038d85a17
Octal6611601377007033013227
Binary11011000111100001011111111000011100011011000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063170; }

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

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

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

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

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

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

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

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