#103B61

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

Shades of Prussian Blue #103B61

Tints of Prussian Blue #103B61

Color information

#103B61 (or 0x103B61) is unknown color: approx Prussian Blue. HEX triplet: 10, 3B and 61. RGB value is (16,59,97). Sum of RGB (Red+Green+Blue) = 16+59+97=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #103B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B61 is #EFC49E. Grayscale: #323232. Windows color (decimal): -15713439 or 6372112. OLE color: 6372112.

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

Color convert

RGB165997-
CMYK0.840.3900.62
HSL208.15º71.68%22.16%-
HSV(B)208.15º83.51%38.04%-
XYZ3.944.111.89-
YUV50.47154.25103.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=9.30%
G=34.30%
B=56.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1659970.840.3900.62208.1571.6822.16
Hex103B61542703Ed04816
Octal20731411244707632011026
Binary1000011101111000011010100100111011111011010000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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