#0B3088

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

Shades of Smalt #0B3088

Tints of Smalt #0B3088

Color information

#0B3088 (or 0x0B3088) is unknown color: approx Smalt. HEX triplet: 0B, 30 and 88. RGB value is (11,48,136). Sum of RGB (Red+Green+Blue) = 11+48+136=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #0B3088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3088 is #F4CF77. Grayscale: #2E2E2E. Windows color (decimal): -16043896 or 8925195. OLE color: 8925195.

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

Color convert

RGB1148136-
CMYK0.920.6500.47
HSL222.24º85.03%28.82%-
HSV(B)222.24º91.91%53.33%-
XYZ5.643.9623.76-
YUV46.97178.24102.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.64%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 136 (53.52% from 255) = 69.74%
R=5.64%
G=24.62%
B=69.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11481360.920.6500.47222.2485.0328.82
HexB30885C4102Fde551d
Octal136021013410105733612535
Binary10111100001000100010111001000001010111111011110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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