#103861

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

Shades of Prussian Blue #103861

Tints of Prussian Blue #103861

Color information

#103861 (or 0x103861) is unknown color: approx Prussian Blue. HEX triplet: 10, 38 and 61. RGB value is (16,56,97). Sum of RGB (Red+Green+Blue) = 16+56+97=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #103861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103861 is #EFC79E. Grayscale: #303030. Windows color (decimal): -15714207 or 6371344. OLE color: 6371344.

HSL color Cylindrical-coordinate representation of color #103861: hue angle of 210.37º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103861 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB165697-
CMYK0.840.4200.62
HSL210.37º71.68%22.16%-
HSV(B)210.37º83.51%38.04%-
XYZ3.793.811.84-
YUV48.71155.25104.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.47%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=9.47%
G=33.14%
B=57.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1656970.840.4200.62210.3771.6822.16
Hex103861542A03Ed24816
Octal20701411245207632211026
Binary1000011100011000011010100101010011111011010010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103861; }

 p { color: rgb(16,56,97); }

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

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

 a { background-color: rgb(16,56,97); }

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

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

 span { border-color: rgb(16,56,97); }

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