#10396B

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

Shades of Prussian Blue #10396B

Tints of Prussian Blue #10396B

Color information

#10396B (or 0x10396B) is unknown color: approx Prussian Blue. HEX triplet: 10, 39 and 6B. RGB value is (16,57,107). Sum of RGB (Red+Green+Blue) = 16+57+107=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #10396B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10396B is #EFC694. Grayscale: #323232. Windows color (decimal): -15713941 or 7026960. OLE color: 7026960.

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

Color convert

RGB1657107-
CMYK0.850.4700.58
HSL212.97º73.98%24.12%-
HSV(B)212.97º85.05%41.96%-
XYZ4.334.114.47-
YUV50.44159.92103.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.89%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 107 (42.19% from 255) = 59.44%
R=8.89%
G=31.67%
B=59.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16571070.850.4700.58212.9773.9824.12
Hex10396B552F03Ad54a18
Octal20711531255707232511230
Binary1000011100111010111010101101111011101011010101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10396B; }

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

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

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

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

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

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

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

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