#0A406A

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

Shades of Prussian Blue #0A406A

Tints of Prussian Blue #0A406A

Color information

#0A406A (or 0x0A406A) is unknown color: approx Prussian Blue. HEX triplet: 0A, 40 and 6A. RGB value is (10,64,106). Sum of RGB (Red+Green+Blue) = 10+64+106=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A406A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A406A is #F5BF95. Grayscale: #343434. Windows color (decimal): -16105366 or 6963210. OLE color: 6963210.

HSL color Cylindrical-coordinate representation of color #0A406A: hue angle of 206.25º 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 #0A406A is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1064106-
CMYK0.910.4000.58
HSL206.25º82.76%22.75%-
HSV(B)206.25º90.57%41.57%-
XYZ4.564.7714.32-
YUV52.64158.1197.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.56%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 106 (41.80% from 255) = 58.89%
R=5.56%
G=35.56%
B=58.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10641060.910.4000.58206.2582.7622.75
HexA406A5B2803Ace5317
Octal121001521335007231612327
Binary1010100000011010101011011101000011101011001110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,64,106); }

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

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

 a { background-color: rgb(10,64,106); }

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

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

 span { border-color: rgb(10,64,106); }

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