Html Css Color HEX #0800BA Medium Blue

📋 copy color: '#0800BA'

red 8 ◦ green 0 ◦ blue 186

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

Shades of Medium Blue #0800BA

Tints of Medium Blue #0800BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 95.88%

R = 4.12%
G = 0%
B = 95.88%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0800BA (or 0x0800BA) is known color: Medium Blue. HEX triplet: 08, 00 and BA. RGB value is (8,0,186). Sum of RGB (Red+Green+Blue) = 8+0+186=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 186 (73.05% from 255 or 95.88% from 194); Max value from RGB is 186 - color contains mainly: blue. Hex color #0800BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0800BA is #F7FF45. Grayscale: #161616. Windows color (decimal): -16252742 or 12189704. OLE color: 12189704.

HSL color Cylindrical-coordinate representation of color #0800BA: hue angle of 242.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0800BA is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 0 186 -
CMYK 0.96 1 0 0.27
HSL 242.58º 1% 0.36% -
HSV(B) 242.58º 1% 0.73% -
XYZ 8.96 3.6 46.68 -
YUV 23.6 219.65 116.88 -
System Red Green Blue C M Y K H S L
Decimal 8 0 186 0.96 1 0 0.27 242.58 1 0.36
Hex 8 0 BA 60 64 0 1B F3 64 24
Octal 10 0 272 140 144 0 33 363 144 44
Binary 1000 0 10111010 1100000 1100100 0 11011 11110011 1100100 100100

Color Harmonies of #0800BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0800BA

Black with #0800BA

Text Example


Text Example

White with #0800BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0800BA; }

 p { color: rgb(8,0,186); }

 H1.HeaderClassName
 {
   color: #0800BA;
 }
 .AnyTagClassName
 {
   color: #0800BA;
 }
</style>

background-color css

<style>
 a { background-color: #0800BA; }

 a { background-color: rgb(8,0,186); }

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

border-color css

<style>
 span { border-color: #0800BA; }

 span { border-color: rgb(8,0,186); }

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