#0B3461

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

Shades of Prussian Blue #0B3461

Tints of Prussian Blue #0B3461

Color information

#0B3461 (or 0x0B3461) is unknown color: approx Prussian Blue. HEX triplet: 0B, 34 and 61. RGB value is (11,52,97). Sum of RGB (Red+Green+Blue) = 11+52+97=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B3461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3461 is #F4CB9E. Grayscale: #2C2C2C. Windows color (decimal): -16042911 or 6370315. OLE color: 6370315.

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

Color convert

RGB115297-
CMYK0.890.4600.62
HSL211.4º79.63%21.18%-
HSV(B)211.4º88.66%38.04%-
XYZ3.523.3911.78-
YUV44.87157.42103.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.88%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 97 (38.28% from 255) = 60.62%
R=6.88%
G=32.5%
B=60.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1152970.890.4600.62211.479.6321.18
HexB3461592E03Ed35015
Octal13641411315607632312025
Binary101111010011000011011001101110011111011010011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,52,97); }

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

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

 a { background-color: rgb(11,52,97); }

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

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

 span { border-color: rgb(11,52,97); }

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