#104269

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

Shades of Prussian Blue #104269

Tints of Prussian Blue #104269

Color information

#104269 (or 0x104269) is unknown color: approx Prussian Blue. HEX triplet: 10, 42 and 69. RGB value is (16,66,105). Sum of RGB (Red+Green+Blue) = 16+66+105=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #104269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104269 is #EFBD96. Grayscale: #373737. Windows color (decimal): -15711639 or 6898192. OLE color: 6898192.

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

Color convert

RGB1666105-
CMYK0.850.3700.59
HSL206.29º73.55%23.73%-
HSV(B)206.29º84.76%41.18%-
XYZ4.715.0314.09-
YUV55.5155.9499.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=8.56%
G=35.29%
B=56.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16661050.850.3700.59206.2973.5523.73
Hex104269552503Bce4a18
Octal201021511254507331611230
Binary10000100001011010011010101100101011101111001110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104269; }

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

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

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

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

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

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

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

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