#0C0EC4

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

Shades of Medium Blue #0C0EC4

Tints of Medium Blue #0C0EC4

Color information

#0C0EC4 (or 0x0C0EC4) is unknown color: approx Medium Blue. HEX triplet: 0C, 0E and C4. RGB value is (12,14,196). Sum of RGB (Red+Green+Blue) = 12+14+196=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 196 (76.95% from 255 or 88.29% from 222); Max value from RGB is 196 - color contains mainly: blue. Hex color #0C0EC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0EC4 is #F3F13B. Grayscale: #212121. Windows color (decimal): -15987004 or 12848652. OLE color: 12848652.

HSL color Cylindrical-coordinate representation of color #0C0EC4: hue angle of 239.35º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0EC4 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1214196-
CMYK0.940.9300.23
HSL239.35º88.46%40.78%-
HSV(B)239.35º93.88%76.86%-
XYZ10.274.3852.53-
YUV34.15219.34112.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.41%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 196 (76.95% from 255) = 88.29%
R=5.41%
G=6.31%
B=88.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12141960.940.9300.23239.3588.4640.78
HexCEC45E5D017ef5829
Octal141630413613502735713051
Binary110011101100010010111101011101010111111011111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0EC4; }

 p { color: rgb(12,14,196); }

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

<style>
 a { background-color: #0C0EC4; }

 a { background-color: rgb(12,14,196); }

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

<style>
 span { border-color: #0C0EC4; }

 span { border-color: rgb(12,14,196); }

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