#103768

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

Shades of Prussian Blue #103768

Tints of Prussian Blue #103768

Color information

#103768 (or 0x103768) is unknown color: approx Prussian Blue. HEX triplet: 10, 37 and 68. RGB value is (16,55,104). Sum of RGB (Red+Green+Blue) = 16+55+104=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #103768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103768 is #EFC897. Grayscale: #303030. Windows color (decimal): -15714456 or 6829840. OLE color: 6829840.

HSL color Cylindrical-coordinate representation of color #103768: hue angle of 213.41º 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 #103768 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1655104-
CMYK0.850.4700.59
HSL213.41º73.33%23.53%-
HSV(B)213.41º84.62%40.78%-
XYZ4.083.8413.62-
YUV48.92159.08104.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 104 (41.02% from 255) = 59.43%
R=9.14%
G=31.43%
B=59.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16551040.850.4700.59213.4173.3323.53
Hex103768552F03Bd54918
Octal20671501255707332511130
Binary1000011011111010001010101101111011101111010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103768; }

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

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

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

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

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

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

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

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