Html Css Color HEX #0815C0 Medium Blue

📋 copy color: '#0815C0'

red 8 ◦ green 21 ◦ blue 192

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

Shades of Medium Blue #0815C0

Tints of Medium Blue #0815C0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

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

R = 3.62%
G = 9.5%
B = 86.88%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0815C0 (or 0x0815C0) is known color: Medium Blue. HEX triplet: 08, 15 and C0. RGB value is (8,21,192). Sum of RGB (Red+Green+Blue) = 8+21+192=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 192 (75.39% from 255 or 86.88% from 221); Max value from RGB is 192 - color contains mainly: blue. Hex color #0815C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0815C0 is #F7EA3F. Grayscale: #232323. Windows color (decimal): -16247360 or 12588296. OLE color: 12588296.

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

Color convert

RGB 8 21 192 -
CMYK 0.96 0.89 0 0.25
HSL 235.76º 0.92% 0.39% -
HSV(B) 235.76º 0.96% 0.75% -
XYZ 9.88 4.39 50.2 -
YUV 36.61 215.69 107.6 -
System Red Green Blue C M Y K H S L
Decimal 8 21 192 0.96 0.89 0 0.25 235.76 0.92 0.39
Hex 8 15 C0 60 59 0 19 EC 5C 27
Octal 10 25 300 140 131 0 31 354 134 47
Binary 1000 10101 11000000 1100000 1011001 0 11001 11101100 1011100 100111

Color Harmonies of #0815C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0815C0

Black with #0815C0

Text Example


Text Example

White with #0815C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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