Html Css Color HEX #001ECA Medium Blue

📋 copy color: '#001ECA'

red 0 ◦ green 30 ◦ blue 202

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

Shades of Medium Blue #001ECA

Tints of Medium Blue #001ECA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 30 (12.11% from 255) = 12.93%

 BLUE value IS 202 (79.3% from 255) = 87.07%

R = 0%
G = 12.93%
B = 87.07%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#001ECA (or 0x001ECA) is known color: Medium Blue. HEX triplet: 00, 1E and CA. RGB value is (0,30,202). Sum of RGB (Red+Green+Blue) = 0+30+202=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 202 (79.30% from 255 or 87.07% from 232); Max value from RGB is 202 - color contains mainly: blue. Hex color #001ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ECA is #FFE135. Grayscale: #272727. Windows color (decimal): -16769334 or 13245952. OLE color: 13245952.

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

Color convert

RGB 0 30 202 -
CMYK 1 0.85 0 0.21
HSL 231.09º 1% 0.4% -
HSV(B) 231.09º 1% 0.79% -
XYZ 11.12 5.19 56.29 -
YUV 40.64 219.06 99.01 -
System Red Green Blue C M Y K H S L
Decimal 0 30 202 1 0.85 0 0.21 231.09 1 0.4
Hex 0 1E CA 64 55 0 15 E7 64 28
Octal 0 36 312 144 125 0 25 347 144 50
Binary 0 11110 11001010 1100100 1010101 0 10101 11100111 1100100 101000

Color Harmonies of #001ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001ECA

Black with #001ECA

Text Example


Text Example

White with #001ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001ECA;
 }
 .AnyTagClassName
 {
   color: #001ECA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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