#113670

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

Shades of Prussian Blue #113670

Tints of Prussian Blue #113670

Color information

#113670 (or 0x113670) is unknown color: approx Prussian Blue. HEX triplet: 11, 36 and 70. RGB value is (17,54,112). Sum of RGB (Red+Green+Blue) = 17+54+112=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #113670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113670 is #EEC98F. Grayscale: #313131. Windows color (decimal): -15649168 or 7353873. OLE color: 7353873.

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

Color convert

RGB1754112-
CMYK0.850.5200.56
HSL216.63º73.64%25.29%-
HSV(B)216.63º84.82%43.92%-
XYZ4.473.9315.85-
YUV49.55163.24104.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 112 (44.14% from 255) = 61.20%
R=9.29%
G=29.51%
B=61.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17541120.850.5200.56216.6373.6425.29
Hex1136705534038d94a19
Octal21661601256407033111231
Binary1000111011011100001010101110100011100011011001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113670; }

 p { color: rgb(17,54,112); }

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

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

 a { background-color: rgb(17,54,112); }

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

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

 span { border-color: rgb(17,54,112); }

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