#063972

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

Shades of Prussian Blue #063972

Tints of Prussian Blue #063972

Color information

#063972 (or 0x063972) is unknown color: approx Prussian Blue. HEX triplet: 06, 39 and 72. RGB value is (6,57,114). Sum of RGB (Red+Green+Blue) = 6+57+114=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #063972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063972 is #F9C68D. Grayscale: #2F2F2F. Windows color (decimal): -16369294 or 7485702. OLE color: 7485702.

HSL color Cylindrical-coordinate representation of color #063972: hue angle of 211.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063972 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB657114-
CMYK0.950.5000.55
HSL211.67º90%23.53%-
HSV(B)211.67º94.74%44.71%-
XYZ4.584.1816.49-
YUV48.25165.197.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=3.39%
G=32.20%
B=64.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6571140.950.5000.55211.679023.53
Hex639725F32037d45a18
Octal6711621376206732413230
Binary11011100111100101011111110010011011111010100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063972; }

 p { color: rgb(6,57,114); }

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

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

 a { background-color: rgb(6,57,114); }

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

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

 span { border-color: rgb(6,57,114); }

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