#0B318D

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

Shades of Smalt #0B318D

Tints of Smalt #0B318D

Color information

#0B318D (or 0x0B318D) is unknown color: approx Smalt. HEX triplet: 0B, 31 and 8D. RGB value is (11,49,141). Sum of RGB (Red+Green+Blue) = 11+49+141=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B318D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B318D is #F4CE72. Grayscale: #2F2F2F. Windows color (decimal): -16043635 or 9253131. OLE color: 9253131.

HSL color Cylindrical-coordinate representation of color #0B318D: hue angle of 222.46º degrees, saturation: 0.86, 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 #0B318D is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1149141-
CMYK0.920.6500.45
HSL222.46º85.53%29.8%-
HSV(B)222.46º92.2%55.29%-
XYZ6.044.1925.69-
YUV48.13180.41101.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.47%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 141 (55.47% from 255) = 70.15%
R=5.47%
G=24.38%
B=70.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11491410.920.6500.45222.4685.5329.8
HexB318D5C4102Dde561e
Octal136121513410105533612636
Binary10111100011000110110111001000001010110111011110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,49,141); }

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

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

 a { background-color: rgb(11,49,141); }

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

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

 span { border-color: rgb(11,49,141); }

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