#103C63

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

Shades of Prussian Blue #103C63

Tints of Prussian Blue #103C63

Color information

#103C63 (or 0x103C63) is unknown color: approx Prussian Blue. HEX triplet: 10, 3C and 63. RGB value is (16,60,99). Sum of RGB (Red+Green+Blue) = 16+60+99=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #103C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C63 is #EFC39C. Grayscale: #333333. Windows color (decimal): -15713181 or 6503440. OLE color: 6503440.

HSL color Cylindrical-coordinate representation of color #103C63: hue angle of 208.19º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103C63 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB166099-
CMYK0.840.3900.61
HSL208.19º72.17%22.55%-
HSV(B)208.19º83.84%38.82%-
XYZ4.084.2412.41-
YUV51.29154.92102.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 99 (39.06% from 255) = 56.57%
R=9.14%
G=34.29%
B=56.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1660990.840.3900.61208.1972.1722.55
Hex103C63542703Dd04817
Octal20741431244707532011027
Binary1000011110011000111010100100111011110111010000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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