Html Css Color HEX #0812C3 Medium Blue

📋 copy color: '#0812C3'

red 8 ◦ green 18 ◦ blue 195

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

Shades of Medium Blue #0812C3

Tints of Medium Blue #0812C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 88.24%

R = 3.62%
G = 8.14%
B = 88.24%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0812C3 (or 0x0812C3) is known color: Medium Blue. HEX triplet: 08, 12 and C3. RGB value is (8,18,195). Sum of RGB (Red+Green+Blue) = 8+18+195=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 195 (76.56% from 255 or 88.24% from 221); Max value from RGB is 195 - color contains mainly: blue. Hex color #0812C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0812C3 is #F7ED3C. Grayscale: #222222. Windows color (decimal): -16248125 or 12784136. OLE color: 12784136.

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

Color convert

RGB 8 18 195 -
CMYK 0.96 0.91 0 0.24
HSL 236.79º 0.92% 0.4% -
HSV(B) 236.79º 0.96% 0.76% -
XYZ 10.17 4.42 51.95 -
YUV 35.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 8 18 195 0.96 0.91 0 0.24 236.79 0.92 0.4
Hex 8 12 C3 60 5B 0 18 ED 5C 28
Octal 10 22 303 140 133 0 30 355 134 50
Binary 1000 10010 11000011 1100000 1011011 0 11000 11101101 1011100 101000

Color Harmonies of #0812C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0812C3

Black with #0812C3

Text Example


Text Example

White with #0812C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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