#103A63

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

Shades of Prussian Blue #103A63

Tints of Prussian Blue #103A63

Color information

#103A63 (or 0x103A63) is unknown color: approx Prussian Blue. HEX triplet: 10, 3A and 63. RGB value is (16,58,99). Sum of RGB (Red+Green+Blue) = 16+58+99=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #103A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A63 is #EFC59C. Grayscale: #313131. Windows color (decimal): -15713693 or 6502928. OLE color: 6502928.

HSL color Cylindrical-coordinate representation of color #103A63: hue angle of 209.64º 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 #103A63 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB165899-
CMYK0.840.4100.61
HSL209.64º72.17%22.55%-
HSV(B)209.64º83.84%38.82%-
XYZ3.984.0412.37-
YUV50.12155.59103.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 99 (39.06% from 255) = 57.23%
R=9.25%
G=33.53%
B=57.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1658990.840.4100.61209.6472.1722.55
Hex103A63542903Dd24817
Octal20721431245107532211027
Binary1000011101011000111010100101001011110111010010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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