#103A61

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

Shades of Prussian Blue #103A61

Tints of Prussian Blue #103A61

Color information

#103A61 (or 0x103A61) is unknown color: approx Prussian Blue. HEX triplet: 10, 3A and 61. RGB value is (16,58,97). Sum of RGB (Red+Green+Blue) = 16+58+97=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #103A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A61 is #EFC59E. Grayscale: #313131. Windows color (decimal): -15713695 or 6371856. OLE color: 6371856.

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

Color convert

RGB165897-
CMYK0.840.4000.62
HSL208.89º71.68%22.16%-
HSV(B)208.89º83.51%38.04%-
XYZ3.88411.88-
YUV49.89154.59103.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=9.36%
G=33.92%
B=56.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1658970.840.4000.62208.8971.6822.16
Hex103A61542803Ed14816
Octal20721411245007632111026
Binary1000011101011000011010100101000011111011010001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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