#10386E

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

Shades of Prussian Blue #10386E

Tints of Prussian Blue #10386E

Color information

#10386E (or 0x10386E) is unknown color: approx Prussian Blue. HEX triplet: 10, 38 and 6E. RGB value is (16,56,110). Sum of RGB (Red+Green+Blue) = 16+56+110=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #10386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10386E is #EFC791. Grayscale: #313131. Windows color (decimal): -15714194 or 7223312. OLE color: 7223312.

HSL color Cylindrical-coordinate representation of color #10386E: hue angle of 214.47º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10386E is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1656110-
CMYK0.850.4900.57
HSL214.47º74.6%24.71%-
HSV(B)214.47º85.45%43.14%-
XYZ4.444.0615.3-
YUV50.2161.75103.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.79%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=8.79%
G=30.77%
B=60.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16561100.850.4900.57214.4774.624.71
Hex10386E5531039d64b19
Octal20701561256107132611331
Binary1000011100011011101010101110001011100111010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10386E; }

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

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

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

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

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

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

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

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