Html Css Color HEX #0812BA Medium Blue

📋 copy color: '#0812BA'

red 8 ◦ green 18 ◦ blue 186

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

Shades of Medium Blue #0812BA

Tints of Medium Blue #0812BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 3.77%
G = 8.49%
B = 87.74%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0812BA (or 0x0812BA) is known color: Medium Blue. HEX triplet: 08, 12 and BA. RGB value is (8,18,186). Sum of RGB (Red+Green+Blue) = 8+18+186=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #0812BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0812BA is #F7ED45. Grayscale: #212121. Windows color (decimal): -16248134 or 12194312. OLE color: 12194312.

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

Color convert

RGB 8 18 186 -
CMYK 0.96 0.90 0 0.27
HSL 236.63º 0.92% 0.38% -
HSV(B) 236.63º 0.96% 0.73% -
XYZ 9.18 4.03 46.75 -
YUV 34.16 213.69 109.34 -
System Red Green Blue C M Y K H S L
Decimal 8 18 186 0.96 0.90 0 0.27 236.63 0.92 0.38
Hex 8 12 BA 60 5A 0 1B ED 5C 26
Octal 10 22 272 140 132 0 33 355 134 46
Binary 1000 10010 10111010 1100000 1011010 0 11011 11101101 1011100 100110

Color Harmonies of #0812BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0812BA

Black with #0812BA

Text Example


Text Example

White with #0812BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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