#0B2190

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

Shades of Smalt #0B2190

Tints of Smalt #0B2190

Color information

#0B2190 (or 0x0B2190) is unknown color: approx Smalt. HEX triplet: 0B, 21 and 90. RGB value is (11,33,144). Sum of RGB (Red+Green+Blue) = 11+33+144=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #0B2190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2190 is #F4DE6F. Grayscale: #262626. Windows color (decimal): -16047728 or 9445643. OLE color: 9445643.

HSL color Cylindrical-coordinate representation of color #0B2190: hue angle of 230.08º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B2190 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1133144-
CMYK0.920.7700.44
HSL230.08º85.81%30.39%-
HSV(B)230.08º92.36%56.47%-
XYZ5.723.1726.7-
YUV39.08187.21107.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.85%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 144 (56.64% from 255) = 76.60%
R=5.85%
G=17.55%
B=76.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11331440.920.7700.44230.0885.8130.39
HexB21905C4D02Ce6561e
Octal134122013411505434612636
Binary10111000011001000010111001001101010110011100110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,33,144); }

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

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

 a { background-color: rgb(11,33,144); }

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

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

 span { border-color: rgb(11,33,144); }

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