#104268

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

Shades of Prussian Blue #104268

Tints of Prussian Blue #104268

Color information

#104268 (or 0x104268) is unknown color: approx Prussian Blue. HEX triplet: 10, 42 and 68. RGB value is (16,66,104). Sum of RGB (Red+Green+Blue) = 16+66+104=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #104268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104268 is #EFBD97. Grayscale: #373737. Windows color (decimal): -15711640 or 6832656. OLE color: 6832656.

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

Color convert

RGB1666104-
CMYK0.850.3700.59
HSL205.91º73.33%23.53%-
HSV(B)205.91º84.62%40.78%-
XYZ4.665.0113.82-
YUV55.38155.4499.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=8.60%
G=35.48%
B=55.91%

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
Decimal16661040.850.3700.59205.9173.3323.53
Hex104268552503Bce4918
Octal201021501254507331611130
Binary10000100001011010001010101100101011101111001110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104268; }

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

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

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

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

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

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

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

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