#10385F

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

Shades of Prussian Blue #10385F

Tints of Prussian Blue #10385F

Color information

#10385F (or 0x10385F) is unknown color: approx Prussian Blue. HEX triplet: 10, 38 and 5F. RGB value is (16,56,95). Sum of RGB (Red+Green+Blue) = 16+56+95=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #10385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10385F is #EFC7A0. Grayscale: #303030. Windows color (decimal): -15714209 or 6240272. OLE color: 6240272.

HSL color Cylindrical-coordinate representation of color #10385F: hue angle of 209.62º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10385F is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB165695-
CMYK0.830.4100.63
HSL209.62º71.17%21.76%-
HSV(B)209.62º83.16%37.25%-
XYZ3.693.7611.36-
YUV48.49154.25104.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.58%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 95 (37.5% from 255) = 56.89%
R=9.58%
G=33.53%
B=56.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1656950.830.4100.63209.6271.1721.76
Hex10385F532903Fd24716
Octal20701371235107732210726
Binary1000011100010111111010011101001011111111010010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10385F; }

 p { color: rgb(16,56,95); }

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

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

 a { background-color: rgb(16,56,95); }

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

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

 span { border-color: rgb(16,56,95); }

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