#0B346A

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

Shades of Prussian Blue #0B346A

Tints of Prussian Blue #0B346A

Color information

#0B346A (or 0x0B346A) is unknown color: approx Prussian Blue. HEX triplet: 0B, 34 and 6A. RGB value is (11,52,106). Sum of RGB (Red+Green+Blue) = 11+52+106=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 106 (41.80% from 255 or 62.72% from 169); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B346A is #F4CB95. Grayscale: #2D2D2D. Windows color (decimal): -16042902 or 6960139. OLE color: 6960139.

HSL color Cylindrical-coordinate representation of color #0B346A: hue angle of 214.11º degrees, saturation: 0.81, 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 #0B346A is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1152106-
CMYK0.900.5100.58
HSL214.11º81.2%22.94%-
HSV(B)214.11º89.62%41.57%-
XYZ3.973.5714.12-
YUV45.9161.92103.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.51%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 106 (41.80% from 255) = 62.72%
R=6.51%
G=30.77%
B=62.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11521060.900.5100.58214.1181.222.94
HexB346A5A3303Ad65117
Octal13641521326307232612127
Binary101111010011010101011010110011011101011010110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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