#0B2187

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

Shades of Smalt #0B2187

Tints of Smalt #0B2187

Color information

#0B2187 (or 0x0B2187) is unknown color: approx Smalt. HEX triplet: 0B, 21 and 87. RGB value is (11,33,135). Sum of RGB (Red+Green+Blue) = 11+33+135=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 135 (53.12% from 255 or 75.42% from 179); Max value from RGB is 135 - color contains mainly: blue. Hex color #0B2187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2187 is #F4DE78. Grayscale: #252525. Windows color (decimal): -16047737 or 8855819. OLE color: 8855819.

HSL color Cylindrical-coordinate representation of color #0B2187: hue angle of 229.35º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B2187 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1133135-
CMYK0.920.7600.47
HSL229.35º84.93%28.63%-
HSV(B)229.35º91.85%52.94%-
XYZ5.062.9123.22-
YUV38.05182.71108.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.15%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 135 (53.12% from 255) = 75.42%
R=6.15%
G=18.44%
B=75.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11331350.920.7600.47229.3584.9328.63
HexB21875C4C02Fe5551d
Octal134120713411405734512535
Binary10111000011000011110111001001100010111111100101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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