#102F57

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

Shades of Prussian Blue #102F57

Tints of Prussian Blue #102F57

Color information

#102F57 (or 0x102F57) is unknown color: approx Prussian Blue. HEX triplet: 10, 2F and 57. RGB value is (16,47,87). Sum of RGB (Red+Green+Blue) = 16+47+87=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #102F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F57 is #EFD0A8. Grayscale: #2A2A2A. Windows color (decimal): -15716521 or 5713680. OLE color: 5713680.

HSL color Cylindrical-coordinate representation of color #102F57: hue angle of 213.8º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102F57 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB164787-
CMYK0.820.4600.66
HSL213.8º68.93%20.2%-
HSV(B)213.8º81.61%34.12%-
XYZ2.952.839.41-
YUV42.29153.23109.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 47 (18.75% from 255) = 31.33%
BLUE value IS 87 (34.38% from 255) = 58%
R=10.67%
G=31.33%
B=58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1647870.820.4600.66213.868.9320.2
Hex102F57522E042d64514
Octal205712712256010232610524
Binary10000101111101011110100101011100100001011010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102F57; }

 p { color: rgb(16,47,87); }

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

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

 a { background-color: rgb(16,47,87); }

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

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

 span { border-color: rgb(16,47,87); }

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