#103870

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

Shades of Prussian Blue #103870

Tints of Prussian Blue #103870

Color information

#103870 (or 0x103870) is unknown color: approx Prussian Blue. HEX triplet: 10, 38 and 70. RGB value is (16,56,112). Sum of RGB (Red+Green+Blue) = 16+56+112=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #103870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103870 is #EFC78F. Grayscale: #323232. Windows color (decimal): -15714192 or 7354384. OLE color: 7354384.

HSL color Cylindrical-coordinate representation of color #103870: hue angle of 215º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103870 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1656112-
CMYK0.860.5000.56
HSL215º75%25.1%-
HSV(B)215º85.71%43.92%-
XYZ4.554.1115.88-
YUV50.42162.75103.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.70%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 112 (44.14% from 255) = 60.87%
R=8.70%
G=30.43%
B=60.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16561120.860.5000.562157525.1
Hex1038705632038d74b19
Octal20701601266207032711331
Binary1000011100011100001010110110010011100011010111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103870; }

 p { color: rgb(16,56,112); }

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

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

 a { background-color: rgb(16,56,112); }

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

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

 span { border-color: rgb(16,56,112); }

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