#0B396B

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

Shades of Prussian Blue #0B396B

Tints of Prussian Blue #0B396B

Color information

#0B396B (or 0x0B396B) is unknown color: approx Prussian Blue. HEX triplet: 0B, 39 and 6B. RGB value is (11,57,107). Sum of RGB (Red+Green+Blue) = 11+57+107=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B396B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B396B is #F4C694. Grayscale: #303030. Windows color (decimal): -16041621 or 7026955. OLE color: 7026955.

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

Color convert

RGB1157107-
CMYK0.900.4700.58
HSL211.25º81.36%23.14%-
HSV(B)211.25º89.72%41.96%-
XYZ4.254.0614.47-
YUV48.95160.76100.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.29%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 107 (42.19% from 255) = 61.14%
R=6.29%
G=32.57%
B=61.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11571070.900.4700.58211.2581.3623.14
HexB396B5A2F03Ad35117
Octal13711531325707232312127
Binary101111100111010111011010101111011101011010011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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