Html Css Color HEX #001EC4 Medium Blue

📋 copy color: '#001EC4'

red 0 ◦ green 30 ◦ blue 196

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

Shades of Medium Blue #001EC4

Tints of Medium Blue #001EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 86.73%

R = 0%
G = 13.27%
B = 86.73%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#001EC4 (or 0x001EC4) is known color: Medium Blue. HEX triplet: 00, 1E and C4. RGB value is (0,30,196). Sum of RGB (Red+Green+Blue) = 0+30+196=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 196 (76.95% from 255 or 86.73% from 226); Max value from RGB is 196 - color contains mainly: blue. Hex color #001EC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EC4 is #FFE13B. Grayscale: #272727. Windows color (decimal): -16769340 or 12852736. OLE color: 12852736.

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

Color convert

RGB 0 30 196 -
CMYK 1 0.85 0 0.23
HSL 230.82º 1% 0.38% -
HSV(B) 230.82º 1% 0.77% -
XYZ 10.43 4.91 52.62 -
YUV 39.95 216.06 99.5 -
System Red Green Blue C M Y K H S L
Decimal 0 30 196 1 0.85 0 0.23 230.82 1 0.38
Hex 0 1E C4 64 55 0 17 E7 64 26
Octal 0 36 304 144 125 0 27 347 144 46
Binary 0 11110 11000100 1100100 1010101 0 10111 11100111 1100100 100110

Color Harmonies of #001EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EC4

Black with #001EC4

Text Example


Text Example

White with #001EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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