#0F05BC

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

Shades of Medium Blue #0F05BC

Tints of Medium Blue #0F05BC

Color information

#0F05BC (or 0x0F05BC) is unknown color: approx Medium Blue. HEX triplet: 0F, 05 and BC. RGB value is (15,5,188). Sum of RGB (Red+Green+Blue) = 15+5+188=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 188 (73.83% from 255 or 90.38% from 208); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F05BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F05BC is #F0FA43. Grayscale: #1C1C1C. Windows color (decimal): -15792708 or 12322063. OLE color: 12322063.

HSL color Cylindrical-coordinate representation of color #0F05BC: hue angle of 243.28º 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 #0F05BC is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB155188-
CMYK0.920.9700.26
HSL243.28º94.82%37.84%-
HSV(B)243.28º97.34%73.73%-
XYZ9.333.8447.83-
YUV28.85217.81118.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.21%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 188 (73.83% from 255) = 90.38%
R=7.21%
G=2.40%
B=90.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551880.920.9700.26243.2894.8237.84
HexF5BC5C6101Af35f26
Octal17527413414103236313746
Binary11111011011110010111001100001011010111100111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F05BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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