#103970

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

Shades of Prussian Blue #103970

Tints of Prussian Blue #103970

Color information

#103970 (or 0x103970) is unknown color: approx Prussian Blue. HEX triplet: 10, 39 and 70. RGB value is (16,57,112). Sum of RGB (Red+Green+Blue) = 16+57+112=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #103970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103970 is #EFC68F. Grayscale: #323232. Windows color (decimal): -15713936 or 7354640. OLE color: 7354640.

HSL color Cylindrical-coordinate representation of color #103970: hue angle of 214.38º 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 #103970 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1657112-
CMYK0.860.4900.56
HSL214.38º75%25.1%-
HSV(B)214.38º85.71%43.92%-
XYZ4.64.2115.9-
YUV51.01162.42103.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=8.65%
G=30.81%
B=60.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16571120.860.4900.56214.387525.1
Hex1039705631038d64b19
Octal20711601266107032611331
Binary1000011100111100001010110110001011100011010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103970; }

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

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

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

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

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

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

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

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