#0A3476

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

Shades of Prussian Blue #0A3476

Tints of Prussian Blue #0A3476

Color information

#0A3476 (or 0x0A3476) is unknown color: approx Prussian Blue. HEX triplet: 0A, 34 and 76. RGB value is (10,52,118). Sum of RGB (Red+Green+Blue) = 10+52+118=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A3476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3476 is #F5CB89. Grayscale: #2E2E2E. Windows color (decimal): -16108426 or 7746570. OLE color: 7746570.

HSL color Cylindrical-coordinate representation of color #0A3476: hue angle of 216.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3476 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1052118-
CMYK0.920.5600.54
HSL216.67º84.38%25.1%-
HSV(B)216.67º91.53%46.27%-
XYZ4.623.8317.63-
YUV46.97168.09101.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.56%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 118 (46.48% from 255) = 65.56%
R=5.56%
G=28.89%
B=65.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10521180.920.5600.54216.6784.3825.1
HexA34765C38036d95419
Octal12641661347006633112431
Binary101011010011101101011100111000011011011011001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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