#0A3666

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

Shades of Prussian Blue #0A3666

Tints of Prussian Blue #0A3666

Color information

#0A3666 (or 0x0A3666) is unknown color: approx Prussian Blue. HEX triplet: 0A, 36 and 66. RGB value is (10,54,102). Sum of RGB (Red+Green+Blue) = 10+54+102=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A3666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3666 is #F5C999. Grayscale: #2E2E2E. Windows color (decimal): -16107930 or 6698506. OLE color: 6698506.

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

Color convert

RGB1054102-
CMYK0.900.4700.6
HSL211.3º82.14%21.96%-
HSV(B)211.3º90.2%40%-
XYZ3.843.6613.07-
YUV46.32159.42102.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.02%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 102 (40.23% from 255) = 61.45%
R=6.02%
G=32.53%
B=61.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10541020.900.4700.6211.382.1421.96
HexA36665A2F03Cd35216
Octal12661461325707432312226
Binary101011011011001101011010101111011110011010011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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