#0B1EC8

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

Shades of Medium Blue #0B1EC8

Tints of Medium Blue #0B1EC8

Color information

#0B1EC8 (or 0x0B1EC8) is unknown color: approx Medium Blue. HEX triplet: 0B, 1E and C8. RGB value is (11,30,200). Sum of RGB (Red+Green+Blue) = 11+30+200=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 200 (78.52% from 255 or 82.99% from 241); Max value from RGB is 200 - color contains mainly: blue. Hex color #0B1EC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1EC8 is #F4E137. Grayscale: #2B2B2B. Windows color (decimal): -16048440 or 13114891. OLE color: 13114891.

HSL color Cylindrical-coordinate representation of color #0B1EC8: hue angle of 233.97º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B1EC8 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1130200-
CMYK0.940.8500.22
HSL233.97º89.57%41.37%-
HSV(B)233.97º94.5%78.43%-
XYZ11.035.1755.06-
YUV43.7216.21104.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 200 (78.52% from 255) = 82.99%
R=4.56%
G=12.45%
B=82.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11302000.940.8500.22233.9789.5741.37
HexB1EC85E55016ea5a29
Octal133631013612502635213251
Binary1011111101100100010111101010101010110111010101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,30,200); }

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

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

 a { background-color: rgb(11,30,200); }

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

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

 span { border-color: rgb(11,30,200); }

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