#0B308B

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

Shades of Smalt #0B308B

Tints of Smalt #0B308B

Color information

#0B308B (or 0x0B308B) is unknown color: approx Smalt. HEX triplet: 0B, 30 and 8B. RGB value is (11,48,139). Sum of RGB (Red+Green+Blue) = 11+48+139=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B308B is #F4CF74. Grayscale: #2E2E2E. Windows color (decimal): -16043893 or 9121803. OLE color: 9121803.

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

Color convert

RGB1148139-
CMYK0.920.6500.45
HSL222.66º85.33%29.41%-
HSV(B)222.66º92.09%54.51%-
XYZ5.864.0524.9-
YUV47.31179.74102.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.56%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 139 (54.69% from 255) = 70.20%
R=5.56%
G=24.24%
B=70.20%

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
Decimal11481390.920.6500.45222.6685.3329.41
HexB308B5C4102Ddf551d
Octal136021313410105533712535
Binary10111100001000101110111001000001010110111011111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,48,139); }

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

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

 a { background-color: rgb(11,48,139); }

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

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

 span { border-color: rgb(11,48,139); }

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