Html Css Color HEX #0806BC Medium Blue

📋 copy color: '#0806BC'

red 8 ◦ green 6 ◦ blue 188

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

Shades of Medium Blue #0806BC

Tints of Medium Blue #0806BC

RGB

 RED value IS 8 (3.52% from 255) = 3.96%

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

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

R = 3.96%
G = 2.97%
B = 93.07%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0806BC (or 0x0806BC) is known color: Medium Blue. HEX triplet: 08, 06 and BC. RGB value is (8,6,188). Sum of RGB (Red+Green+Blue) = 8+6+188=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 188 (73.83% from 255 or 93.07% from 202); Max value from RGB is 188 - color contains mainly: blue. Hex color #0806BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0806BC is #F7F943. Grayscale: #1A1A1A. Windows color (decimal): -16251204 or 12322312. OLE color: 12322312.

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

Color convert

RGB 8 6 188 -
CMYK 0.96 0.97 0 0.26
HSL 240.66º 0.94% 0.38% -
HSV(B) 240.66º 0.97% 0.74% -
XYZ 9.24 3.81 47.83 -
YUV 27.35 218.66 114.2 -
System Red Green Blue C M Y K H S L
Decimal 8 6 188 0.96 0.97 0 0.26 240.66 0.94 0.38
Hex 8 6 BC 60 61 0 1A F1 5E 26
Octal 10 6 274 140 141 0 32 361 136 46
Binary 1000 110 10111100 1100000 1100001 0 11010 11110001 1011110 100110

Color Harmonies of #0806BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0806BC

Black with #0806BC

Text Example


Text Example

White with #0806BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0806BC; }

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

 H1.HeaderClassName
 {
   color: #0806BC;
 }
 .AnyTagClassName
 {
   color: #0806BC;
 }
</style>

background-color css

<style>
 a { background-color: #0806BC; }

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

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

border-color css

<style>
 span { border-color: #0806BC; }

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

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