#0B2796

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

Shades of Smalt #0B2796

Tints of Smalt #0B2796

Color information

#0B2796 (or 0x0B2796) is unknown color: approx Smalt. HEX triplet: 0B, 27 and 96. RGB value is (11,39,150). Sum of RGB (Red+Green+Blue) = 11+39+150=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B2796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2796 is #F4D869. Grayscale: #2A2A2A. Windows color (decimal): -16046186 or 9840395. OLE color: 9840395.

HSL color Cylindrical-coordinate representation of color #0B2796: hue angle of 227.91º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B2796 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1139150-
CMYK0.930.7400.41
HSL227.91º86.34%31.57%-
HSV(B)227.91º92.67%58.82%-
XYZ6.373.7229.24-
YUV43.28188.22104.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.5%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 150 (58.98% from 255) = 75%
R=5.5%
G=19.5%
B=75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11391500.930.7400.41227.9186.3431.57
HexB27965D4A029e45620
Octal134722613511205134412640
Binary101110011110010110101110110010100101001111001001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,39,150); }

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

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

 a { background-color: rgb(11,39,150); }

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

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

 span { border-color: rgb(11,39,150); }

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