#103666

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

Shades of Prussian Blue #103666

Tints of Prussian Blue #103666

Color information

#103666 (or 0x103666) is unknown color: approx Prussian Blue. HEX triplet: 10, 36 and 66. RGB value is (16,54,102). Sum of RGB (Red+Green+Blue) = 16+54+102=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #103666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103666 is #EFC999. Grayscale: #2F2F2F. Windows color (decimal): -15714714 or 6698512. OLE color: 6698512.

HSL color Cylindrical-coordinate representation of color #103666: hue angle of 213.49º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103666 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1654102-
CMYK0.840.4700.6
HSL213.49º72.88%23.14%-
HSV(B)213.49º84.31%40%-
XYZ3.933.7113.08-
YUV48.11158.41105.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 102 (40.23% from 255) = 59.30%
R=9.30%
G=31.40%
B=59.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16541020.840.4700.6213.4972.8823.14
Hex103666542F03Cd54917
Octal20661461245707432511127
Binary1000011011011001101010100101111011110011010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103666; }

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

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

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

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

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

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

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

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