#0E0ACC

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

Shades of Medium Blue #0E0ACC

Tints of Medium Blue #0E0ACC

Color information

#0E0ACC (or 0x0E0ACC) is unknown color: approx Medium Blue. HEX triplet: 0E, 0A and CC. RGB value is (14,10,204). Sum of RGB (Red+Green+Blue) = 14+10+204=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 204 (80.08% from 255 or 89.47% from 228); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E0ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0ACC is #F1F533. Grayscale: #202020. Windows color (decimal): -15856948 or 13371918. OLE color: 13371918.

HSL color Cylindrical-coordinate representation of color #0E0ACC: hue angle of 241.24º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0ACC is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1410204-
CMYK0.930.9500.2
HSL241.24º90.65%41.96%-
HSV(B)241.24º95.1%80%-
XYZ11.194.6757.44-
YUV33.31224.33114.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.14%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 204 (80.08% from 255) = 89.47%
R=6.14%
G=4.39%
B=89.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14102040.930.9500.2241.2490.6541.96
HexEACC5D5F014f15b2a
Octal161231413513702436113352
Binary111010101100110010111011011111010100111100011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,10,204); }

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

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

 a { background-color: rgb(14,10,204); }

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

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

 span { border-color: rgb(14,10,204); }

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