#104169

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

Shades of Prussian Blue #104169

Tints of Prussian Blue #104169

Color information

#104169 (or 0x104169) is unknown color: approx Prussian Blue. HEX triplet: 10, 41 and 69. RGB value is (16,65,105). Sum of RGB (Red+Green+Blue) = 16+65+105=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #104169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104169 is #EFBE96. Grayscale: #363636. Windows color (decimal): -15711895 or 6897936. OLE color: 6897936.

HSL color Cylindrical-coordinate representation of color #104169: hue angle of 206.97º 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 #104169 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1665105-
CMYK0.850.3800.59
HSL206.97º73.55%23.73%-
HSV(B)206.97º84.76%41.18%-
XYZ4.654.9114.07-
YUV54.91156.27100.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=8.60%
G=34.95%
B=56.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16651050.850.3800.59206.9773.5523.73
Hex104169552603Bcf4a18
Octal201011511254607331711230
Binary10000100000111010011010101100110011101111001111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104169; }

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

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

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

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

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

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

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

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