#0B218C

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

Shades of Smalt #0B218C

Tints of Smalt #0B218C

Color information

#0B218C (or 0x0B218C) is unknown color: approx Smalt. HEX triplet: 0B, 21 and 8C. RGB value is (11,33,140). Sum of RGB (Red+Green+Blue) = 11+33+140=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #0B218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B218C is #F4DE73. Grayscale: #262626. Windows color (decimal): -16047732 or 9183499. OLE color: 9183499.

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

Color convert

RGB1133140-
CMYK0.920.7600.45
HSL229.77º85.43%29.61%-
HSV(B)229.77º92.14%54.9%-
XYZ5.423.0525.11-
YUV38.62185.21108.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.98%
GREEN value IS 33 (13.28% from 255) = 17.93%
BLUE value IS 140 (55.08% from 255) = 76.09%
R=5.98%
G=17.93%
B=76.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11331400.920.7600.45229.7785.4329.61
HexB218C5C4C02De6551e
Octal134121413411405534612536
Binary10111000011000110010111001001100010110111100110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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