#0A3863

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

Shades of Prussian Blue #0A3863

Tints of Prussian Blue #0A3863

Color information

#0A3863 (or 0x0A3863) is unknown color: approx Prussian Blue. HEX triplet: 0A, 38 and 63. RGB value is (10,56,99). Sum of RGB (Red+Green+Blue) = 10+56+99=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A3863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3863 is #F5C79C. Grayscale: #2E2E2E. Windows color (decimal): -16107421 or 6502410. OLE color: 6502410.

HSL color Cylindrical-coordinate representation of color #0A3863: hue angle of 208.99º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3863 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB105699-
CMYK0.900.4300.61
HSL208.99º81.65%21.37%-
HSV(B)208.99º89.9%38.82%-
XYZ3.793.7912.34-
YUV47.15157.26101.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.06%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 99 (39.06% from 255) = 60%
R=6.06%
G=33.94%
B=60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1056990.900.4300.61208.9981.6521.37
HexA38635A2B03Dd15215
Octal12701431325307532112225
Binary101011100011000111011010101011011110111010001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3863; }

 p { color: rgb(10,56,99); }

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

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

 a { background-color: rgb(10,56,99); }

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

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

 span { border-color: rgb(10,56,99); }

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