#104168

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

Shades of Prussian Blue #104168

Tints of Prussian Blue #104168

Color information

#104168 (or 0x104168) is unknown color: approx Prussian Blue. HEX triplet: 10, 41 and 68. RGB value is (16,65,104). Sum of RGB (Red+Green+Blue) = 16+65+104=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #104168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104168 is #EFBE97. Grayscale: #363636. Windows color (decimal): -15711896 or 6832400. OLE color: 6832400.

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

Color convert

RGB1665104-
CMYK0.850.3800.59
HSL206.59º73.33%23.53%-
HSV(B)206.59º84.62%40.78%-
XYZ4.64.8913.8-
YUV54.8155.77100.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=8.65%
G=35.14%
B=56.22%

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
Decimal16651040.850.3800.59206.5973.3323.53
Hex104168552603Bcf4918
Octal201011501254607331711130
Binary10000100000111010001010101100110011101111001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104168; }

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

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

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

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

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

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

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

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