#103961

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

Shades of Prussian Blue #103961

Tints of Prussian Blue #103961

Color information

#103961 (or 0x103961) is unknown color: approx Prussian Blue. HEX triplet: 10, 39 and 61. RGB value is (16,57,97). Sum of RGB (Red+Green+Blue) = 16+57+97=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #103961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103961 is #EFC69E. Grayscale: #313131. Windows color (decimal): -15713951 or 6371600. OLE color: 6371600.

HSL color Cylindrical-coordinate representation of color #103961: hue angle of 209.63º 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 #103961 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB165797-
CMYK0.840.4100.62
HSL209.63º71.68%22.16%-
HSV(B)209.63º83.51%38.04%-
XYZ3.833.911.86-
YUV49.3154.92104.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.41%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=9.41%
G=33.53%
B=57.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1657970.840.4100.62209.6371.6822.16
Hex103961542903Ed24816
Octal20711411245107632211026
Binary1000011100111000011010100101001011111011010010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103961; }

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

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

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

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

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

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

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

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