#0814C1

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

Shades of Medium Blue #0814C1

Tints of Medium Blue #0814C1

Color information

#0814C1 (or 0x0814C1) is unknown color: approx Medium Blue. HEX triplet: 08, 14 and C1. RGB value is (8,20,193). Sum of RGB (Red+Green+Blue) = 8+20+193=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 193 (75.78% from 255 or 87.33% from 221); Max value from RGB is 193 - color contains mainly: blue. Hex color #0814C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0814C1 is #F7EB3E. Grayscale: #232323. Windows color (decimal): -16247615 or 12653576. OLE color: 12653576.

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

Color convert

RGB820193-
CMYK0.960.9000.24
HSL236.11º92.04%39.41%-
HSV(B)236.11º95.85%75.69%-
XYZ9.984.450.78-
YUV36.13216.52107.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.62%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 193 (75.78% from 255) = 87.33%
R=3.62%
G=9.05%
B=87.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8201930.960.9000.24236.1192.0439.41
Hex814C1605A018ec5c27
Octal102430114013203035413447
Binary1000101001100000111000001011010011000111011001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0814C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0814C1; }

 p { color: rgb(8,20,193); }

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

<style>
 a { background-color: #0814C1; }

 a { background-color: rgb(8,20,193); }

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

<style>
 span { border-color: #0814C1; }

 span { border-color: rgb(8,20,193); }

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