#103B63

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

Shades of Prussian Blue #103B63

Tints of Prussian Blue #103B63

Color information

#103B63 (or 0x103B63) is unknown color: approx Prussian Blue. HEX triplet: 10, 3B and 63. RGB value is (16,59,99). Sum of RGB (Red+Green+Blue) = 16+59+99=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #103B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B63 is #EFC49C. Grayscale: #323232. Windows color (decimal): -15713437 or 6503184. OLE color: 6503184.

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

Color convert

RGB165999-
CMYK0.840.4000.61
HSL208.92º72.17%22.55%-
HSV(B)208.92º83.84%38.82%-
XYZ4.034.1412.39-
YUV50.7155.25103.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 99 (39.06% from 255) = 56.90%
R=9.20%
G=33.91%
B=56.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1659990.840.4000.61208.9272.1722.55
Hex103B63542803Dd14817
Octal20731431245007532111027
Binary1000011101111000111010100101000011110111010001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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