Html Css Color HEX #0812BE Medium Blue

📋 copy color: '#0812BE'

red 8 ◦ green 18 ◦ blue 190

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

Shades of Medium Blue #0812BE

Tints of Medium Blue #0812BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 87.96%

R = 3.7%
G = 8.33%
B = 87.96%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0812BE (or 0x0812BE) is known color: Medium Blue. HEX triplet: 08, 12 and BE. RGB value is (8,18,190). Sum of RGB (Red+Green+Blue) = 8+18+190=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 190 (74.61% from 255 or 87.96% from 216); Max value from RGB is 190 - color contains mainly: blue. Hex color #0812BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0812BE is #F7ED41. Grayscale: #212121. Windows color (decimal): -16248130 or 12456456. OLE color: 12456456.

HSL color Cylindrical-coordinate representation of color #0812BE: hue angle of 236.7º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0812BE is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 18 190 -
CMYK 0.96 0.91 0 0.25
HSL 236.7º 0.92% 0.39% -
HSV(B) 236.7º 0.96% 0.75% -
XYZ 9.61 4.2 49.02 -
YUV 34.62 215.69 109.01 -
System Red Green Blue C M Y K H S L
Decimal 8 18 190 0.96 0.91 0 0.25 236.7 0.92 0.39
Hex 8 12 BE 60 5B 0 19 ED 5C 27
Octal 10 22 276 140 133 0 31 355 134 47
Binary 1000 10010 10111110 1100000 1011011 0 11001 11101101 1011100 100111

Color Harmonies of #0812BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0812BE

Black with #0812BE

Text Example


Text Example

White with #0812BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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