#103965

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

Shades of Prussian Blue #103965

Tints of Prussian Blue #103965

Color information

#103965 (or 0x103965) is unknown color: approx Prussian Blue. HEX triplet: 10, 39 and 65. RGB value is (16,57,101). Sum of RGB (Red+Green+Blue) = 16+57+101=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #103965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103965 is #EFC69A. Grayscale: #313131. Windows color (decimal): -15713947 or 6633744. OLE color: 6633744.

HSL color Cylindrical-coordinate representation of color #103965: hue angle of 211.06º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103965 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1657101-
CMYK0.840.4400.60
HSL211.06º72.65%22.94%-
HSV(B)211.06º84.16%39.61%-
XYZ4.033.9812.87-
YUV49.76156.92103.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 101 (39.84% from 255) = 58.05%
R=9.20%
G=32.76%
B=58.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16571010.840.4400.60211.0672.6522.94
Hex103965542C03Cd34917
Octal20711451245407432311127
Binary1000011100111001011010100101100011110011010011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103965; }

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

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

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

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

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

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

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

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