#0B05BC

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

Shades of Medium Blue #0B05BC

Tints of Medium Blue #0B05BC

Color information

#0B05BC (or 0x0B05BC) is unknown color: approx Medium Blue. HEX triplet: 0B, 05 and BC. RGB value is (11,5,188). Sum of RGB (Red+Green+Blue) = 11+5+188=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 188 (73.83% from 255 or 92.16% from 204); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B05BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B05BC is #F4FA43. Grayscale: #1A1A1A. Windows color (decimal): -16054852 or 12322059. OLE color: 12322059.

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

Color convert

RGB115188-
CMYK0.940.9700.26
HSL241.97º94.82%37.84%-
HSV(B)241.97º97.34%73.73%-
XYZ9.273.8147.82-
YUV27.66218.49116.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.39%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 188 (73.83% from 255) = 92.16%
R=5.39%
G=2.45%
B=92.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151880.940.9700.26241.9794.8237.84
HexB5BC5E6101Af25f26
Octal13527413614103236213746
Binary10111011011110010111101100001011010111100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B05BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,188); }

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

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

 a { background-color: rgb(11,5,188); }

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

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

 span { border-color: rgb(11,5,188); }

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