#001ECC

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

Shades of Medium Blue #001ECC

Tints of Medium Blue #001ECC

Color information

#001ECC (or 0x001ECC) is unknown color: approx Medium Blue. HEX triplet: 00, 1E and CC. RGB value is (0,30,204). Sum of RGB (Red+Green+Blue) = 0+30+204=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 204 (80.08% from 255 or 87.18% from 234); Max value from RGB is 204 - color contains mainly: blue. Hex color #001ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ECC is #FFE133. Grayscale: #282828. Windows color (decimal): -16769332 or 13377024. OLE color: 13377024.

HSL color Cylindrical-coordinate representation of color #001ECC: hue angle of 231.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001ECC is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB030204-
CMYK10.8500.2
HSL231.18º100%40%-
HSV(B)231.18º100%80%-
XYZ11.365.2957.55-
YUV40.87220.0698.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 12.82%
BLUE value IS 204 (80.08% from 255) = 87.18%
R=0%
G=12.82%
B=87.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal03020410.8500.2231.1810040
Hex01ECC6455014e76428
Octal03631414412502434714450
Binary0111101100110011001001010101010100111001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001ECC; }

 p { color: rgb(0,30,204); }

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

<style>
 a { background-color: #001ECC; }

 a { background-color: rgb(0,30,204); }

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

<style>
 span { border-color: #001ECC; }

 span { border-color: rgb(0,30,204); }

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