#0B20E3

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

Shades of Medium Blue #0B20E3

Tints of Medium Blue #0B20E3

Color information

#0B20E3 (or 0x0B20E3) is unknown color: approx Medium Blue. HEX triplet: 0B, 20 and E3. RGB value is (11,32,227). Sum of RGB (Red+Green+Blue) = 11+32+227=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 227 (89.06% from 255 or 84.07% from 270); Max value from RGB is 227 - color contains mainly: blue. Hex color #0B20E3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B20E3 is #F4DF1C. Grayscale: #2F2F2F. Windows color (decimal): -16047901 or 14884875. OLE color: 14884875.

HSL color Cylindrical-coordinate representation of color #0B20E3: hue angle of 234.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B20E3 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1132227-
CMYK0.950.8600.11
HSL234.17º90.76%46.67%-
HSV(B)234.17º95.15%89.02%-
XYZ14.526.6573.19-
YUV47.95229.04101.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 32 (12.89% from 255) = 11.85%
BLUE value IS 227 (89.06% from 255) = 84.07%
R=4.07%
G=11.85%
B=84.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal11322270.950.8600.11234.1790.7646.67
HexB20E35F560Bea5b2f
Octal134034313712601335213357
Binary1011100000111000111011111101011001011111010101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B20E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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