#103A66

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

Shades of Prussian Blue #103A66

Tints of Prussian Blue #103A66

Color information

#103A66 (or 0x103A66) is unknown color: approx Prussian Blue. HEX triplet: 10, 3A and 66. RGB value is (16,58,102). Sum of RGB (Red+Green+Blue) = 16+58+102=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #103A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A66 is #EFC599. Grayscale: #323232. Windows color (decimal): -15713690 or 6699536. OLE color: 6699536.

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

Color convert

RGB1658102-
CMYK0.840.4300.6
HSL210.7º72.88%23.14%-
HSV(B)210.7º84.31%40%-
XYZ4.134.113.14-
YUV50.46157.09103.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=9.09%
G=32.95%
B=57.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16581020.840.4300.6210.772.8823.14
Hex103A66542B03Cd34917
Octal20721461245307432311127
Binary1000011101011001101010100101011011110011010011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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