#0815CC

Color #0815CC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0815CC

Tints of Medium Blue #0815CC

Color information

#0815CC (or 0x0815CC) is unknown color: approx Medium Blue. HEX triplet: 08, 15 and CC. RGB value is (8,21,204). Sum of RGB (Red+Green+Blue) = 8+21+204=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #0815CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0815CC is #F7EA33. Grayscale: #252525. Windows color (decimal): -16247348 or 13374728. OLE color: 13374728.

HSL color Cylindrical-coordinate representation of color #0815CC: hue angle of 236.02º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0815CC is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB821204-
CMYK0.960.9000.2
HSL236.02º92.45%41.57%-
HSV(B)236.02º96.08%80%-
XYZ11.274.9557.49-
YUV37.98221.69106.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 204 (80.08% from 255) = 87.55%
R=3.43%
G=9.01%
B=87.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal8212040.960.9000.2236.0292.4541.57
Hex815CC605A014ec5c2a
Octal102531414013202435413452
Binary1000101011100110011000001011010010100111011001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0815CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0815CC;
 }
 .AnyTagClassName
 {
   color: #0815CC;
 }
</style>
background-color css

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

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

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

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

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

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