#103C6C

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

Shades of Prussian Blue #103C6C

Tints of Prussian Blue #103C6C

Color information

#103C6C (or 0x103C6C) is unknown color: approx Prussian Blue. HEX triplet: 10, 3C and 6C. RGB value is (16,60,108). Sum of RGB (Red+Green+Blue) = 16+60+108=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #103C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C6C is #EFC393. Grayscale: #343434. Windows color (decimal): -15713172 or 7093264. OLE color: 7093264.

HSL color Cylindrical-coordinate representation of color #103C6C: hue angle of 211.3º 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 #103C6C is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1660108-
CMYK0.850.4400.58
HSL211.3º74.19%24.31%-
HSV(B)211.3º85.19%42.35%-
XYZ4.544.4214.8-
YUV52.32159.42102.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.70%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 108 (42.58% from 255) = 58.70%
R=8.70%
G=32.61%
B=58.70%

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
Decimal16601080.850.4400.58211.374.1924.31
Hex103C6C552C03Ad34a18
Octal20741541255407232311230
Binary1000011110011011001010101101100011101011010011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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