#0A4464

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

Shades of Prussian Blue #0A4464

Tints of Prussian Blue #0A4464

Color information

#0A4464 (or 0x0A4464) is unknown color: approx Prussian Blue. HEX triplet: 0A, 44 and 64. RGB value is (10,68,100). Sum of RGB (Red+Green+Blue) = 10+68+100=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 100 (39.45% from 255 or 56.18% from 178); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A4464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4464 is #F5BB9B. Grayscale: #363636. Windows color (decimal): -16104348 or 6571018. OLE color: 6571018.

HSL color Cylindrical-coordinate representation of color #0A4464: hue angle of 201.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4464 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1068100-
CMYK0.900.3200.61
HSL201.33º81.82%21.57%-
HSV(B)201.33º90%39.22%-
XYZ4.495.1212.81-
YUV54.31153.7896.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.62%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 100 (39.45% from 255) = 56.18%
R=5.62%
G=38.20%
B=56.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10681000.900.3200.61201.3381.8221.57
HexA44645A2003Dc95216
Octal121041441324007531112226
Binary1010100010011001001011010100000011110111001001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,68,100); }

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

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

 a { background-color: rgb(10,68,100); }

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

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

 span { border-color: rgb(10,68,100); }

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