#103C69

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

Shades of Prussian Blue #103C69

Tints of Prussian Blue #103C69

Color information

#103C69 (or 0x103C69) is unknown color: approx Prussian Blue. HEX triplet: 10, 3C and 69. RGB value is (16,60,105). Sum of RGB (Red+Green+Blue) = 16+60+105=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #103C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C69 is #EFC396. Grayscale: #333333. Windows color (decimal): -15713175 or 6896656. OLE color: 6896656.

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

Color convert

RGB1660105-
CMYK0.850.4300.59
HSL210.34º73.55%23.73%-
HSV(B)210.34º84.76%41.18%-
XYZ4.384.3613.98-
YUV51.97157.92102.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 105 (41.41% from 255) = 58.01%
R=8.84%
G=33.15%
B=58.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16601050.850.4300.59210.3473.5523.73
Hex103C69552B03Bd24a18
Octal20741511255307332211230
Binary1000011110011010011010101101011011101111010010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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