#0A0ECC

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

Shades of Medium Blue #0A0ECC

Tints of Medium Blue #0A0ECC

Color information

#0A0ECC (or 0x0A0ECC) is unknown color: approx Medium Blue. HEX triplet: 0A, 0E and CC. RGB value is (10,14,204). Sum of RGB (Red+Green+Blue) = 10+14+204=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 14 (5.86% from 255 or 6.14% 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 #0A0ECC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0ECC is #F5F133. Grayscale: #212121. Windows color (decimal): -16118068 or 13372938. OLE color: 13372938.

HSL color Cylindrical-coordinate representation of color #0A0ECC: hue angle of 238.76º 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 #0A0ECC is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1014204-
CMYK0.950.9300.2
HSL238.76º90.65%41.96%-
HSV(B)238.76º95.1%80%-
XYZ11.184.7457.45-
YUV34.46223.67110.55-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10142040.950.9300.2238.7690.6541.96
HexAECC5F5D014ef5b2a
Octal121631413713502435713352
Binary101011101100110010111111011101010100111011111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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