Html Css Color HEX #001ECF Medium Blue

📋 copy color: '#001ECF'

red 0 ◦ green 30 ◦ blue 207

#001ECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #001ECF

Tints of Medium Blue #001ECF

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 value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#001ECF (or 0x001ECF) is known color: 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

RGB 0 30 207 -
CMYK 1 0.86 0 0.19
HSL 231.3º 1% 0.41% -
HSV(B) 231.3º 1% 0.81% -
XYZ 11.73 5.43 59.46 -
YUV 41.21 221.56 98.61 -
System Red Green Blue C M Y K H S L
Decimal 0 30 207 1 0.86 0 0.19 231.3 1 0.41
Hex 0 1E CF 64 56 0 13 E7 64 29
Octal 0 36 317 144 126 0 23 347 144 51
Binary 0 11110 11001111 1100100 1010110 0 10011 11100111 1100100 101001

Color Harmonies of #001ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001ECF

Black with #001ECF

Text Example


Text Example

White with #001ECF

Text Example


Text Example

HTML Codes & Css Web 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>