#0B00BF

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

Shades of Medium Blue #0B00BF

Tints of Medium Blue #0B00BF

Color information

#0B00BF (or 0x0B00BF) is unknown color: approx Medium Blue. HEX triplet: 0B, 00 and BF. RGB value is (11,0,191). Sum of RGB (Red+Green+Blue) = 11+0+191=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 191 (75% from 255 or 94.55% from 202); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B00BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B00BF is #F4FF40. Grayscale: #181818. Windows color (decimal): -16056129 or 12517387. OLE color: 12517387.

HSL color Cylindrical-coordinate representation of color #0B00BF: hue angle of 243.46º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B00BF is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110191-
CMYK0.94100.25
HSL243.46º100%37.45%-
HSV(B)243.46º100%74.9%-
XYZ9.543.8349.53-
YUV25.06221.64117.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 94.55%
R=5.45%
G=0%
B=94.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101910.94100.25243.4610037.45
HexB0BF5E64019f36425
Octal13027713614403136314445
Binary101101011111110111101100100011001111100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,0,191); }

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

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

 a { background-color: rgb(11,0,191); }

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

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

 span { border-color: rgb(11,0,191); }

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