#001ECF

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

Shades of Medium Blue #001ECF

Tints of Medium Blue #001ECF

Color information

#001ECF (or 0x001ECF) is unknown color: approx Medium Blue. HEX triplet: 00, 1E and CF. RGB value is (0,30,207). Sum of RGB (Red+Green+Blue) = 0+30+207=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 207 (81.25% from 255 or 87.34% from 237); Max value from RGB is 207 - color contains mainly: blue. Hex color #001ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ECF is #FFE130. Grayscale: #282828. Windows color (decimal): -16769329 or 13573632. OLE color: 13573632.

HSL color Cylindrical-coordinate representation of color #001ECF: hue angle of 231.3º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001ECF is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB030207-
CMYK10.8600.19
HSL231.3º100%40.59%-
HSV(B)231.3º100%81.18%-
XYZ11.735.4359.46-
YUV41.21221.5698.61-

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.66%
BLUE value IS 207 (81.25% from 255) = 87.34%
R=0%
G=12.66%
B=87.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal03020710.8600.19231.310040.59
Hex01ECF6456013e76429
Octal03631714412602334714451
Binary0111101100111111001001010110010011111001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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