#103D6C

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

Shades of Prussian Blue #103D6C

Tints of Prussian Blue #103D6C

Color information

#103D6C (or 0x103D6C) is unknown color: approx Prussian Blue. HEX triplet: 10, 3D and 6C. RGB value is (16,61,108). Sum of RGB (Red+Green+Blue) = 16+61+108=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #103D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D6C is #EFC293. Grayscale: #343434. Windows color (decimal): -15712916 or 7093520. OLE color: 7093520.

HSL color Cylindrical-coordinate representation of color #103D6C: hue angle of 210.65º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103D6C is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1661108-
CMYK0.850.4400.58
HSL210.65º74.19%24.31%-
HSV(B)210.65º85.19%42.35%-
XYZ4.594.5314.82-
YUV52.9159.09101.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 61 (24.22% from 255) = 32.97%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=8.65%
G=32.97%
B=58.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16611080.850.4400.58210.6574.1924.31
Hex103D6C552C03Ad34a18
Octal20751541255407232311230
Binary1000011110111011001010101101100011101011010011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103D6C; }

 p { color: rgb(16,61,108); }

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

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

 a { background-color: rgb(16,61,108); }

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

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

 span { border-color: rgb(16,61,108); }

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