#0A3767

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

Shades of Prussian Blue #0A3767

Tints of Prussian Blue #0A3767

Color information

#0A3767 (or 0x0A3767) is unknown color: approx Prussian Blue. HEX triplet: 0A, 37 and 67. RGB value is (10,55,103). Sum of RGB (Red+Green+Blue) = 10+55+103=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A3767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3767 is #F5C898. Grayscale: #2E2E2E. Windows color (decimal): -16107673 or 6764298. OLE color: 6764298.

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

Color convert

RGB1055103-
CMYK0.900.4700.60
HSL210.97º82.3%22.16%-
HSV(B)210.97º90.29%40.39%-
XYZ3.943.7813.35-
YUV47.02159.59101.6-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.95%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 103 (40.62% from 255) = 61.31%
R=5.95%
G=32.74%
B=61.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10551030.900.4700.60210.9782.322.16
HexA37675A2F03Cd35216
Octal12671471325707432312226
Binary101011011111001111011010101111011110011010011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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