#063872

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

Shades of Prussian Blue #063872

Tints of Prussian Blue #063872

Color information

#063872 (or 0x063872) is unknown color: approx Prussian Blue. HEX triplet: 06, 38 and 72. RGB value is (6,56,114). Sum of RGB (Red+Green+Blue) = 6+56+114=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #063872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063872 is #F9C78D. Grayscale: #2F2F2F. Windows color (decimal): -16369550 or 7485446. OLE color: 7485446.

HSL color Cylindrical-coordinate representation of color #063872: hue angle of 212.22º 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 #063872 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB656114-
CMYK0.950.5100.55
HSL212.22º90%23.53%-
HSV(B)212.22º94.74%44.71%-
XYZ4.534.0816.47-
YUV47.66165.4498.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 56 (22.27% from 255) = 31.82%
BLUE value IS 114 (44.92% from 255) = 64.77%
R=3.41%
G=31.82%
B=64.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6561140.950.5100.55212.229023.53
Hex638725F33037d45a18
Octal6701621376306732413230
Binary11011100011100101011111110011011011111010100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063872; }

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

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

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

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

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

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

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

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