#0A326B

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

Shades of Prussian Blue #0A326B

Tints of Prussian Blue #0A326B

Color information

#0A326B (or 0x0A326B) is unknown color: approx Prussian Blue. HEX triplet: 0A, 32 and 6B. RGB value is (10,50,107). Sum of RGB (Red+Green+Blue) = 10+50+107=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A326B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A326B is #F5CD94. Grayscale: #2C2C2C. Windows color (decimal): -16108949 or 7025162. OLE color: 7025162.

HSL color Cylindrical-coordinate representation of color #0A326B: hue angle of 215.26º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A326B is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1050107-
CMYK0.910.5300.58
HSL215.26º82.91%22.94%-
HSV(B)215.26º90.65%41.96%-
XYZ3.923.4114.36-
YUV44.54163.25103.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.99%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 107 (42.19% from 255) = 64.07%
R=5.99%
G=29.94%
B=64.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10501070.910.5300.58215.2682.9122.94
HexA326B5B3503Ad75317
Octal12621531336507232712327
Binary101011001011010111011011110101011101011010111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,50,107); }

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

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

 a { background-color: rgb(10,50,107); }

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

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

 span { border-color: rgb(10,50,107); }

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