#0A405D

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

Shades of Prussian Blue #0A405D

Tints of Prussian Blue #0A405D

Color information

#0A405D (or 0x0A405D) is unknown color: approx Prussian Blue. HEX triplet: 0A, 40 and 5D. RGB value is (10,64,93). Sum of RGB (Red+Green+Blue) = 10+64+93=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A405D is #F5BFA2. Grayscale: #323232. Windows color (decimal): -16105379 or 6111242. OLE color: 6111242.

HSL color Cylindrical-coordinate representation of color #0A405D: hue angle of 200.96º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A405D is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB106493-
CMYK0.890.3100.64
HSL200.96º80.58%20.2%-
HSV(B)200.96º89.25%36.47%-
XYZ3.934.5211.02-
YUV51.16151.6198.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.99%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=5.99%
G=38.32%
B=55.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1064930.890.3100.64200.9680.5820.2
HexA405D591F040c95114
Octal1210013513137010031112124
Binary1010100000010111011011001111110100000011001001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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