#0B3860

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

Shades of Prussian Blue #0B3860

Tints of Prussian Blue #0B3860

Color information

#0B3860 (or 0x0B3860) is unknown color: approx Prussian Blue. HEX triplet: 0B, 38 and 60. RGB value is (11,56,96). Sum of RGB (Red+Green+Blue) = 11+56+96=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B3860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3860 is #F4C79F. Grayscale: #2E2E2E. Windows color (decimal): -16041888 or 6305803. OLE color: 6305803.

HSL color Cylindrical-coordinate representation of color #0B3860: hue angle of 208.24º degrees, saturation: 0.79, 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 #0B3860 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB115696-
CMYK0.890.4200.62
HSL208.24º79.44%20.98%-
HSV(B)208.24º88.54%37.65%-
XYZ3.663.7411.6-
YUV47.1155.59102.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.75%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=6.75%
G=34.36%
B=58.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1156960.890.4200.62208.2479.4420.98
HexB3860592A03Ed04f15
Octal13701401315207632011725
Binary101111100011000001011001101010011111011010000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,56,96); }

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

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

 a { background-color: rgb(11,56,96); }

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

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

 span { border-color: rgb(11,56,96); }

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