Html Css Color HEX #0F06BC Medium Blue

📋 copy color: '#0F06BC'

red 15 ◦ green 6 ◦ blue 188

#0F06BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0F06BC

Tints of Medium Blue #0F06BC

RGB

 RED value IS 15 (6.25% from 255) = 7.18%

 GREEN value IS 6 (2.73% from 255) = 2.87%

 BLUE value IS 188 (73.83% from 255) = 89.95%

R = 7.18%
G = 2.87%
B = 89.95%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F06BC (or 0x0F06BC) is known color: Medium Blue. HEX triplet: 0F, 06 and BC. RGB value is (15,6,188). Sum of RGB (Red+Green+Blue) = 15+6+188=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 188 (73.83% from 255 or 89.95% from 209); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F06BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F06BC is #F0F943. Grayscale: #1C1C1C. Windows color (decimal): -15792452 or 12322319. OLE color: 12322319.

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

Color convert

RGB 15 6 188 -
CMYK 0.92 0.97 0 0.26
HSL 242.97º 0.94% 0.38% -
HSV(B) 242.97º 0.97% 0.74% -
XYZ 9.34 3.86 47.83 -
YUV 29.44 217.48 117.7 -
System Red Green Blue C M Y K H S L
Decimal 15 6 188 0.92 0.97 0 0.26 242.97 0.94 0.38
Hex F 6 BC 5C 61 0 1A F3 5E 26
Octal 17 6 274 134 141 0 32 363 136 46
Binary 1111 110 10111100 1011100 1100001 0 11010 11110011 1011110 100110

Color Harmonies of #0F06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F06BC

Black with #0F06BC

Text Example


Text Example

White with #0F06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F06BC;
 }
 .AnyTagClassName
 {
   color: #0F06BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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