#0B366B

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

Shades of Prussian Blue #0B366B

Tints of Prussian Blue #0B366B

Color information

#0B366B (or 0x0B366B) is unknown color: approx Prussian Blue. HEX triplet: 0B, 36 and 6B. RGB value is (11,54,107). Sum of RGB (Red+Green+Blue) = 11+54+107=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B366B is #F4C994. Grayscale: #2E2E2E. Windows color (decimal): -16042389 or 7026187. OLE color: 7026187.

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

Color convert

RGB1154107-
CMYK0.900.5000.58
HSL213.12º81.36%23.14%-
HSV(B)213.12º89.72%41.96%-
XYZ4.113.7714.42-
YUV47.18161.75102.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.40%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 107 (42.19% from 255) = 62.21%
R=6.40%
G=31.40%
B=62.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11541070.900.5000.58213.1281.3623.14
HexB366B5A3203Ad55117
Octal13661531326207232512127
Binary101111011011010111011010110010011101011010101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,54,107); }

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

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

 a { background-color: rgb(11,54,107); }

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

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

 span { border-color: rgb(11,54,107); }

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