#103D65

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

Shades of Prussian Blue #103D65

Tints of Prussian Blue #103D65

Color information

#103D65 (or 0x103D65) is unknown color: approx Prussian Blue. HEX triplet: 10, 3D and 65. RGB value is (16,61,101). Sum of RGB (Red+Green+Blue) = 16+61+101=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #103D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D65 is #EFC29A. Grayscale: #333333. Windows color (decimal): -15712923 or 6634768. OLE color: 6634768.

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

Color convert

RGB1661101-
CMYK0.840.4000.60
HSL208.24º72.65%22.94%-
HSV(B)208.24º84.16%39.61%-
XYZ4.234.3912.94-
YUV52.1155.59102.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.99%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 101 (39.84% from 255) = 56.74%
R=8.99%
G=34.27%
B=56.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16611010.840.4000.60208.2472.6522.94
Hex103D65542803Cd04917
Octal20751451245007432011127
Binary1000011110111001011010100101000011110011010000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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