#0A4162

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

Shades of Prussian Blue #0A4162

Tints of Prussian Blue #0A4162

Color information

#0A4162 (or 0x0A4162) is unknown color: approx Prussian Blue. HEX triplet: 0A, 41 and 62. RGB value is (10,65,98). Sum of RGB (Red+Green+Blue) = 10+65+98=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #0A4162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4162 is #F5BE9D. Grayscale: #343434. Windows color (decimal): -16105118 or 6439178. OLE color: 6439178.

HSL color Cylindrical-coordinate representation of color #0A4162: hue angle of 202.5º 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 #0A4162 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB106598-
CMYK0.900.3400.62
HSL202.5º81.48%21.18%-
HSV(B)202.5º89.8%38.43%-
XYZ4.224.7312.25-
YUV52.32153.7897.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.78%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=5.78%
G=37.57%
B=56.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1065980.900.3400.62202.581.4821.18
HexA41625A2203Eca5115
Octal121011421324207631212125
Binary1010100000111000101011010100010011111011001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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