#103E65

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

Shades of Prussian Blue #103E65

Tints of Prussian Blue #103E65

Color information

#103E65 (or 0x103E65) is unknown color: approx Prussian Blue. HEX triplet: 10, 3E and 65. RGB value is (16,62,101). Sum of RGB (Red+Green+Blue) = 16+62+101=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #103E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E65 is #EFC19A. Grayscale: #343434. Windows color (decimal): -15712667 or 6635024. OLE color: 6635024.

HSL color Cylindrical-coordinate representation of color #103E65: hue angle of 207.53º 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 #103E65 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1662101-
CMYK0.840.3900.60
HSL207.53º72.65%22.94%-
HSV(B)207.53º84.16%39.61%-
XYZ4.294.4912.95-
YUV52.69155.26101.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 62 (24.61% from 255) = 34.64%
BLUE value IS 101 (39.84% from 255) = 56.42%
R=8.94%
G=34.64%
B=56.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16621010.840.3900.60207.5372.6522.94
Hex103E65542703Cd04917
Octal20761451244707432011127
Binary1000011111011001011010100100111011110011010000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103E65; }

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

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

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

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

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

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

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

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