#0B326C

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

Shades of Prussian Blue #0B326C

Tints of Prussian Blue #0B326C

Color information

#0B326C (or 0x0B326C) is unknown color: approx Prussian Blue. HEX triplet: 0B, 32 and 6C. RGB value is (11,50,108). Sum of RGB (Red+Green+Blue) = 11+50+108=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B326C is #F4CD93. Grayscale: #2C2C2C. Windows color (decimal): -16043412 or 7090699. OLE color: 7090699.

HSL color Cylindrical-coordinate representation of color #0B326C: hue angle of 215.88º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B326C is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1150108-
CMYK0.900.5400.58
HSL215.88º81.51%23.33%-
HSV(B)215.88º89.81%42.35%-
XYZ3.993.4414.64-
YUV44.95163.58103.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.51%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 108 (42.58% from 255) = 63.91%
R=6.51%
G=29.59%
B=63.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11501080.900.5400.58215.8881.5123.33
HexB326C5A3603Ad85217
Octal13621541326607233012227
Binary101111001011011001011010110110011101011011000101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,50,108); }

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

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

 a { background-color: rgb(11,50,108); }

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

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

 span { border-color: rgb(11,50,108); }

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