Html Css Color HEX #0812C0 Medium Blue

📋 copy color: '#0812C0'

red 8 ◦ green 18 ◦ blue 192

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

Shades of Medium Blue #0812C0

Tints of Medium Blue #0812C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 88.07%

R = 3.67%
G = 8.26%
B = 88.07%

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

#0812C0 (or 0x0812C0) is known color: Medium Blue. HEX triplet: 08, 12 and C0. RGB value is (8,18,192). Sum of RGB (Red+Green+Blue) = 8+18+192=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 192 (75.39% from 255 or 88.07% from 218); Max value from RGB is 192 - color contains mainly: blue. Hex color #0812C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0812C0 is #F7ED3F. Grayscale: #222222. Windows color (decimal): -16248128 or 12587528. OLE color: 12587528.

HSL color Cylindrical-coordinate representation of color #0812C0: hue angle of 236.74º 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 #0812C0 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 18 192 -
CMYK 0.96 0.91 0 0.25
HSL 236.74º 0.92% 0.39% -
HSV(B) 236.74º 0.96% 0.75% -
XYZ 9.83 4.29 50.18 -
YUV 34.85 216.69 108.85 -
System Red Green Blue C M Y K H S L
Decimal 8 18 192 0.96 0.91 0 0.25 236.74 0.92 0.39
Hex 8 12 C0 60 5B 0 19 ED 5C 27
Octal 10 22 300 140 133 0 31 355 134 47
Binary 1000 10010 11000000 1100000 1011011 0 11001 11101101 1011100 100111

Color Harmonies of #0812C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0812C0

Black with #0812C0

Text Example


Text Example

White with #0812C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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