#103466

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

Shades of Prussian Blue #103466

Tints of Prussian Blue #103466

Color information

#103466 (or 0x103466) is unknown color: approx Prussian Blue. HEX triplet: 10, 34 and 66. RGB value is (16,52,102). Sum of RGB (Red+Green+Blue) = 16+52+102=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #103466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103466 is #EFCB99. Grayscale: #2E2E2E. Windows color (decimal): -15715226 or 6698000. OLE color: 6698000.

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

Color convert

RGB1652102-
CMYK0.840.4900.6
HSL214.88º72.88%23.14%-
HSV(B)214.88º84.31%40%-
XYZ3.843.5313.05-
YUV46.94159.07105.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.41%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 102 (40.23% from 255) = 60%
R=9.41%
G=30.59%
B=60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16521020.840.4900.6214.8872.8823.14
Hex103466543103Cd74917
Octal20641461246107432711127
Binary1000011010011001101010100110001011110011010111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103466; }

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

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

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

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

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

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

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

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