#0A375E

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

Shades of Prussian Blue #0A375E

Tints of Prussian Blue #0A375E

Color information

#0A375E (or 0x0A375E) is unknown color: approx Prussian Blue. HEX triplet: 0A, 37 and 5E. RGB value is (10,55,94). Sum of RGB (Red+Green+Blue) = 10+55+94=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #0A375E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A375E is #F5C8A1. Grayscale: #2D2D2D. Windows color (decimal): -16107682 or 6174474. OLE color: 6174474.

HSL color Cylindrical-coordinate representation of color #0A375E: hue angle of 207.86º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A375E is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB105594-
CMYK0.890.4100.63
HSL207.86º80.77%20.39%-
HSV(B)207.86º89.36%36.86%-
XYZ3.513.6111.1-
YUV45.99155.09102.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 94 (37.11% from 255) = 59.12%
R=6.29%
G=34.59%
B=59.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1055940.890.4100.63207.8680.7720.39
HexA375E592903Fd05114
Octal12671361315107732012124
Binary101011011110111101011001101001011111111010000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,55,94); }

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

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

 a { background-color: rgb(10,55,94); }

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

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

 span { border-color: rgb(10,55,94); }

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