#0A3759

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

Shades of Prussian Blue #0A3759

Tints of Prussian Blue #0A3759

Color information

#0A3759 (or 0x0A3759) is unknown color: approx Prussian Blue. HEX triplet: 0A, 37 and 59. RGB value is (10,55,89). Sum of RGB (Red+Green+Blue) = 10+55+89=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A3759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3759 is #F5C8A6. Grayscale: #2D2D2D. Windows color (decimal): -16107687 or 5846794. OLE color: 5846794.

HSL color Cylindrical-coordinate representation of color #0A3759: hue angle of 205.82º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A3759 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB105589-
CMYK0.890.3800.65
HSL205.82º79.8%19.41%-
HSV(B)205.82º88.76%34.9%-
XYZ3.293.529.96-
YUV45.42152.59102.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=6.49%
G=35.71%
B=57.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1055890.890.3800.65205.8279.819.41
HexA37595926041ce5013
Octal126713113146010131612023
Binary1010110111101100110110011001100100000111001110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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