#0A4062

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

Shades of Prussian Blue #0A4062

Tints of Prussian Blue #0A4062

Color information

#0A4062 (or 0x0A4062) is unknown color: approx Prussian Blue. HEX triplet: 0A, 40 and 62. RGB value is (10,64,98). Sum of RGB (Red+Green+Blue) = 10+64+98=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #0A4062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4062 is #F5BF9D. Grayscale: #333333. Windows color (decimal): -16105374 or 6438922. OLE color: 6438922.

HSL color Cylindrical-coordinate representation of color #0A4062: hue angle of 203.18º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4062 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB106498-
CMYK0.900.3500.62
HSL203.18º81.48%21.18%-
HSV(B)203.18º89.8%38.43%-
XYZ4.164.6112.23-
YUV51.73154.1198.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.81%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 98 (38.67% from 255) = 56.98%
R=5.81%
G=37.21%
B=56.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1064980.900.3500.62203.1881.4821.18
HexA40625A2303Ecb5115
Octal121001421324307631312125
Binary1010100000011000101011010100011011111011001011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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