#103866

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

Shades of Prussian Blue #103866

Tints of Prussian Blue #103866

Color information

#103866 (or 0x103866) is unknown color: approx Prussian Blue. HEX triplet: 10, 38 and 66. RGB value is (16,56,102). Sum of RGB (Red+Green+Blue) = 16+56+102=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #103866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103866 is #EFC799. Grayscale: #313131. Windows color (decimal): -15714202 or 6699024. OLE color: 6699024.

HSL color Cylindrical-coordinate representation of color #103866: hue angle of 212.09º 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 #103866 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1656102-
CMYK0.840.4500.6
HSL212.09º72.88%23.14%-
HSV(B)212.09º84.31%40%-
XYZ4.033.913.11-
YUV49.28157.75104.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 102 (40.23% from 255) = 58.62%
R=9.20%
G=32.18%
B=58.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16561020.840.4500.6212.0972.8823.14
Hex103866542D03Cd44917
Octal20701461245507432411127
Binary1000011100011001101010100101101011110011010100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103866; }

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

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

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

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

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

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

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

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