#0A294E

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

Shades of Prussian Blue #0A294E

Tints of Prussian Blue #0A294E

Color information

#0A294E (or 0x0A294E) is unknown color: approx Prussian Blue. HEX triplet: 0A, 29 and 4E. RGB value is (10,41,78). Sum of RGB (Red+Green+Blue) = 10+41+78=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A294E is #F5D6B1. Grayscale: #232323. Windows color (decimal): -16111282 or 5122314. OLE color: 5122314.

HSL color Cylindrical-coordinate representation of color #0A294E: hue angle of 212.65º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A294E is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB104178-
CMYK0.870.4700.69
HSL212.65º77.27%17.25%-
HSV(B)212.65º87.18%30.59%-
XYZ2.292.27.51-
YUV35.95151.73109.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.75%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 78 (30.86% from 255) = 60.47%
R=7.75%
G=31.78%
B=60.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1041780.870.4700.69212.6577.2717.25
HexA294E572F045d54d11
Octal125111612757010532511521
Binary1010101001100111010101111011110100010111010101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,41,78); }

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

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

 a { background-color: rgb(10,41,78); }

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

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

 span { border-color: rgb(10,41,78); }

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