#113A68

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

Shades of Prussian Blue #113A68

Tints of Prussian Blue #113A68

Color information

#113A68 (or 0x113A68) is unknown color: approx Prussian Blue. HEX triplet: 11, 3A and 68. RGB value is (17,58,104). Sum of RGB (Red+Green+Blue) = 17+58+104=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #113A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A68 is #EEC597. Grayscale: #323232. Windows color (decimal): -15648152 or 6830609. OLE color: 6830609.

HSL color Cylindrical-coordinate representation of color #113A68: hue angle of 211.72º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113A68 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1758104-
CMYK0.840.4400.59
HSL211.72º71.9%23.73%-
HSV(B)211.72º83.65%40.78%-
XYZ4.244.1413.67-
YUV50.98157.92103.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 58 (23.05% from 255) = 32.40%
BLUE value IS 104 (41.02% from 255) = 58.10%
R=9.50%
G=32.40%
B=58.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17581040.840.4400.59211.7271.923.73
Hex113A68542C03Bd44818
Octal21721501245407332411030
Binary1000111101011010001010100101100011101111010100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113A68; }

 p { color: rgb(17,58,104); }

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

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

 a { background-color: rgb(17,58,104); }

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

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

 span { border-color: rgb(17,58,104); }

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