#0B12BD

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

Shades of Medium Blue #0B12BD

Tints of Medium Blue #0B12BD

Color information

#0B12BD (or 0x0B12BD) is unknown color: approx Medium Blue. HEX triplet: 0B, 12 and BD. RGB value is (11,18,189). Sum of RGB (Red+Green+Blue) = 11+18+189=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 189 (74.22% from 255 or 86.70% from 218); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B12BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B12BD is #F4ED42. Grayscale: #222222. Windows color (decimal): -16051523 or 12390923. OLE color: 12390923.

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

Color convert

RGB1118189-
CMYK0.940.9000.26
HSL237.64º89%39.22%-
HSV(B)237.64º94.18%74.12%-
XYZ9.544.1848.45-
YUV35.4214.68110.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.05%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 189 (74.22% from 255) = 86.70%
R=5.05%
G=8.26%
B=86.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11181890.940.9000.26237.648939.22
HexB12BD5E5A01Aee5927
Octal132227513613203235613147
Binary1011100101011110110111101011010011010111011101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B12BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,18,189); }

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

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

 a { background-color: rgb(11,18,189); }

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

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

 span { border-color: rgb(11,18,189); }

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