#103A6B

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

Shades of Prussian Blue #103A6B

Tints of Prussian Blue #103A6B

Color information

#103A6B (or 0x103A6B) is unknown color: approx Prussian Blue. HEX triplet: 10, 3A and 6B. RGB value is (16,58,107). Sum of RGB (Red+Green+Blue) = 16+58+107=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #103A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A6B is #EFC594. Grayscale: #323232. Windows color (decimal): -15713685 or 7027216. OLE color: 7027216.

HSL color Cylindrical-coordinate representation of color #103A6B: hue angle of 212.31º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103A6B is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1658107-
CMYK0.850.4600.58
HSL212.31º73.98%24.12%-
HSV(B)212.31º85.05%41.96%-
XYZ4.384.214.49-
YUV51.03159.59103.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 107 (42.19% from 255) = 59.12%
R=8.84%
G=32.04%
B=59.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16581070.850.4600.58212.3173.9824.12
Hex103A6B552E03Ad44a18
Octal20721531255607232411230
Binary1000011101011010111010101101110011101011010100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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