#0A3463

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

Shades of Prussian Blue #0A3463

Tints of Prussian Blue #0A3463

Color information

#0A3463 (or 0x0A3463) is unknown color: approx Prussian Blue. HEX triplet: 0A, 34 and 63. RGB value is (10,52,99). Sum of RGB (Red+Green+Blue) = 10+52+99=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A3463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3463 is #F5CB9C. Grayscale: #2C2C2C. Windows color (decimal): -16108445 or 6501386. OLE color: 6501386.

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

Color convert

RGB105299-
CMYK0.900.4700.61
HSL211.69º81.65%21.37%-
HSV(B)211.69º89.9%38.82%-
XYZ3.613.4212.27-
YUV44.8158.59103.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.21%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 99 (39.06% from 255) = 61.49%
R=6.21%
G=32.30%
B=61.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1052990.900.4700.61211.6981.6521.37
HexA34635A2F03Dd45215
Octal12641431325707532412225
Binary101011010011000111011010101111011110111010100101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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