#0A3362

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

Shades of Prussian Blue #0A3362

Tints of Prussian Blue #0A3362

Color information

#0A3362 (or 0x0A3362) is unknown color: approx Prussian Blue. HEX triplet: 0A, 33 and 62. RGB value is (10,51,98). Sum of RGB (Red+Green+Blue) = 10+51+98=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #0A3362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3362 is #F5CC9D. Grayscale: #2B2B2B. Windows color (decimal): -16108702 or 6435594. OLE color: 6435594.

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

Color convert

RGB105198-
CMYK0.900.4800.62
HSL212.05º81.48%21.18%-
HSV(B)212.05º89.8%38.43%-
XYZ3.513.3112.01-
YUV44.1158.42103.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 98 (38.67% from 255) = 61.64%
R=6.29%
G=32.08%
B=61.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1051980.900.4800.62212.0581.4821.18
HexA33625A3003Ed45115
Octal12631421326007632412125
Binary101011001111000101011010110000011111011010100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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