#0B18BB

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

Shades of Medium Blue #0B18BB

Tints of Medium Blue #0B18BB

Color information

#0B18BB (or 0x0B18BB) is unknown color: approx Medium Blue. HEX triplet: 0B, 18 and BB. RGB value is (11,24,187). Sum of RGB (Red+Green+Blue) = 11+24+187=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B18BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B18BB is #F4E744. Grayscale: #262626. Windows color (decimal): -16049989 or 12261387. OLE color: 12261387.

HSL color Cylindrical-coordinate representation of color #0B18BB: hue angle of 235.57º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B18BB is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1124187-
CMYK0.940.8700.27
HSL235.57º88.89%38.82%-
HSV(B)235.57º94.12%73.33%-
XYZ9.434.3147.35-
YUV38.7211.69108.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.95%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 187 (73.44% from 255) = 84.23%
R=4.95%
G=10.81%
B=84.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11241870.940.8700.27235.5788.8938.82
HexB18BB5E5701Bec5927
Octal133027313612703335413147
Binary1011110001011101110111101010111011011111011001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B18BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,24,187); }

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

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

 a { background-color: rgb(11,24,187); }

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

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

 span { border-color: rgb(11,24,187); }

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