#0A3768

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

Shades of Prussian Blue #0A3768

Tints of Prussian Blue #0A3768

Color information

#0A3768 (or 0x0A3768) is unknown color: approx Prussian Blue. HEX triplet: 0A, 37 and 68. RGB value is (10,55,104). Sum of RGB (Red+Green+Blue) = 10+55+104=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A3768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3768 is #F5C897. Grayscale: #2E2E2E. Windows color (decimal): -16107672 or 6829834. OLE color: 6829834.

HSL color Cylindrical-coordinate representation of color #0A3768: hue angle of 211.28º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3768 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1055104-
CMYK0.900.4700.59
HSL211.28º82.46%22.35%-
HSV(B)211.28º90.38%40.78%-
XYZ3.993.813.62-
YUV47.13160.09101.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.92%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 104 (41.02% from 255) = 61.54%
R=5.92%
G=32.54%
B=61.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10551040.900.4700.59211.2882.4622.35
HexA37685A2F03Bd35216
Octal12671501325707332312226
Binary101011011111010001011010101111011101111010011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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