#103A68

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

Shades of Prussian Blue #103A68

Tints of Prussian Blue #103A68

Color information

#103A68 (or 0x103A68) is unknown color: approx Prussian Blue. HEX triplet: 10, 3A and 68. RGB value is (16,58,104). Sum of RGB (Red+Green+Blue) = 16+58+104=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #103A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A68 is #EFC597. Grayscale: #323232. Windows color (decimal): -15713688 or 6830608. OLE color: 6830608.

HSL color Cylindrical-coordinate representation of color #103A68: hue angle of 211.36º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103A68 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1658104-
CMYK0.850.4400.59
HSL211.36º73.33%23.53%-
HSV(B)211.36º84.62%40.78%-
XYZ4.234.1413.67-
YUV50.69158.09103.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.99%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 104 (41.02% from 255) = 58.43%
R=8.99%
G=32.58%
B=58.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16581040.850.4400.59211.3673.3323.53
Hex103A68552C03Bd34918
Octal20721501255407332311130
Binary1000011101011010001010101101100011101111010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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