#103A67

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

Shades of Prussian Blue #103A67

Tints of Prussian Blue #103A67

Color information

#103A67 (or 0x103A67) is unknown color: approx Prussian Blue. HEX triplet: 10, 3A and 67. RGB value is (16,58,103). Sum of RGB (Red+Green+Blue) = 16+58+103=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #103A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A67 is #EFC598. Grayscale: #323232. Windows color (decimal): -15713689 or 6765072. OLE color: 6765072.

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

Color convert

RGB1658103-
CMYK0.840.4400.60
HSL211.03º73.11%23.33%-
HSV(B)211.03º84.47%40.39%-
XYZ4.174.1213.41-
YUV50.57157.59103.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 103 (40.62% from 255) = 58.19%
R=9.04%
G=32.77%
B=58.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16581030.840.4400.60211.0373.1123.33
Hex103A67542C03Cd34917
Octal20721471245407432311127
Binary1000011101011001111010100101100011110011010011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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