#0B218F

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

Shades of Smalt #0B218F

Tints of Smalt #0B218F

Color information

#0B218F (or 0x0B218F) is unknown color: approx Smalt. HEX triplet: 0B, 21 and 8F. RGB value is (11,33,143). Sum of RGB (Red+Green+Blue) = 11+33+143=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 143 (56.25% from 255 or 76.47% from 187); Max value from RGB is 143 - color contains mainly: blue. Hex color #0B218F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B218F is #F4DE70. Grayscale: #262626. Windows color (decimal): -16047729 or 9380107. OLE color: 9380107.

HSL color Cylindrical-coordinate representation of color #0B218F: hue angle of 230º 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 #0B218F is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1133143-
CMYK0.920.7700.44
HSL230º85.71%30.2%-
HSV(B)230º92.31%56.08%-
XYZ5.643.1426.3-
YUV38.96186.71108.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 143 (56.25% from 255) = 76.47%
R=5.88%
G=17.65%
B=76.47%

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
Decimal11331430.920.7700.4423085.7130.2
HexB218F5C4D02Ce6561e
Octal134121713411505434612636
Binary10111000011000111110111001001101010110011100110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B218F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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