#0A3761

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

Shades of Prussian Blue #0A3761

Tints of Prussian Blue #0A3761

Color information

#0A3761 (or 0x0A3761) is unknown color: approx Prussian Blue. HEX triplet: 0A, 37 and 61. RGB value is (10,55,97). Sum of RGB (Red+Green+Blue) = 10+55+97=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #0A3761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3761 is #F5C89E. Grayscale: #2E2E2E. Windows color (decimal): -16107679 or 6371082. OLE color: 6371082.

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

Color convert

RGB105597-
CMYK0.900.4300.62
HSL208.97º81.31%20.98%-
HSV(B)208.97º89.69%38.04%-
XYZ3.653.6611.82-
YUV46.33156.59102.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.17%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 97 (38.28% from 255) = 59.88%
R=6.17%
G=33.95%
B=59.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1055970.900.4300.62208.9781.3120.98
HexA37615A2B03Ed15115
Octal12671411325307632112125
Binary101011011111000011011010101011011111011010001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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