#0B208A

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

Shades of Smalt #0B208A

Tints of Smalt #0B208A

Color information

#0B208A (or 0x0B208A) is unknown color: approx Smalt. HEX triplet: 0B, 20 and 8A. RGB value is (11,32,138). Sum of RGB (Red+Green+Blue) = 11+32+138=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B208A is #F4DF75. Grayscale: #252525. Windows color (decimal): -16047990 or 9052171. OLE color: 9052171.

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

Color convert

RGB1132138-
CMYK0.920.7700.46
HSL230.08º85.23%29.22%-
HSV(B)230.08º92.03%54.12%-
XYZ5.242.9424.34-
YUV37.8184.54108.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.08%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 138 (54.30% from 255) = 76.24%
R=6.08%
G=17.68%
B=76.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11321380.920.7700.46230.0885.2329.22
HexB208A5C4D02Ee6551d
Octal134021213411505634612535
Binary10111000001000101010111001001101010111011100110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,32,138); }

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

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

 a { background-color: rgb(11,32,138); }

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

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

 span { border-color: rgb(11,32,138); }

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