#0B346E

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

Shades of Prussian Blue #0B346E

Tints of Prussian Blue #0B346E

Color information

#0B346E (or 0x0B346E) is unknown color: approx Prussian Blue. HEX triplet: 0B, 34 and 6E. RGB value is (11,52,110). Sum of RGB (Red+Green+Blue) = 11+52+110=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B346E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B346E is #F4CB91. Grayscale: #2E2E2E. Windows color (decimal): -16042898 or 7222283. OLE color: 7222283.

HSL color Cylindrical-coordinate representation of color #0B346E: hue angle of 215.15º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B346E is Cyan = 0.9, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1152110-
CMYK0.90.5300.57
HSL215.15º81.82%23.73%-
HSV(B)215.15º90%43.14%-
XYZ4.183.6515.24-
YUV46.35163.92102.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.36%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 110 (43.36% from 255) = 63.58%
R=6.36%
G=30.06%
B=63.58%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11521100.90.5300.57215.1581.8223.73
HexB346E5A35039d75218
Octal13641561326507132712230
Binary101111010011011101011010110101011100111010111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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