#103660

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

Shades of Prussian Blue #103660

Tints of Prussian Blue #103660

Color information

#103660 (or 0x103660) is unknown color: approx Prussian Blue. HEX triplet: 10, 36 and 60. RGB value is (16,54,96). Sum of RGB (Red+Green+Blue) = 16+54+96=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #103660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103660 is #EFC99F. Grayscale: #2F2F2F. Windows color (decimal): -15714720 or 6305296. OLE color: 6305296.

HSL color Cylindrical-coordinate representation of color #103660: hue angle of 211.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103660 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB165496-
CMYK0.830.4400.62
HSL211.5º71.43%21.96%-
HSV(B)211.5º83.33%37.65%-
XYZ3.643.5911.57-
YUV47.43155.41105.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=9.64%
G=32.53%
B=57.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1654960.830.4400.62211.571.4321.96
Hex103660532C03Ed44716
Octal20661401235407632410726
Binary1000011011011000001010011101100011111011010100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103660; }

 p { color: rgb(16,54,96); }

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

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

 a { background-color: rgb(16,54,96); }

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

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

 span { border-color: rgb(16,54,96); }

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