#0A3660

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

Shades of Prussian Blue #0A3660

Tints of Prussian Blue #0A3660

Color information

#0A3660 (or 0x0A3660) is unknown color: approx Prussian Blue. HEX triplet: 0A, 36 and 60. RGB value is (10,54,96). Sum of RGB (Red+Green+Blue) = 10+54+96=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A3660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3660 is #F5C99F. Grayscale: #2D2D2D. Windows color (decimal): -16107936 or 6305290. OLE color: 6305290.

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

Color convert

RGB105496-
CMYK0.900.4400.62
HSL209.3º81.13%20.78%-
HSV(B)209.3º89.58%37.65%-
XYZ3.563.5511.56-
YUV45.63156.42102.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.25%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 96 (37.89% from 255) = 60%
R=6.25%
G=33.75%
B=60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1054960.900.4400.62209.381.1320.78
HexA36605A2C03Ed15115
Octal12661401325407632112125
Binary101011011011000001011010101100011111011010001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,54,96); }

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

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

 a { background-color: rgb(10,54,96); }

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

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

 span { border-color: rgb(10,54,96); }

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