Html Css Color HEX #1E12BE Medium Blue

📋 copy color: '#1E12BE'

red 30 ◦ green 18 ◦ blue 190

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

Shades of Medium Blue #1E12BE

Tints of Medium Blue #1E12BE

RGB

 RED value IS 30 (12.11% from 255) = 12.61%

 GREEN value IS 18 (7.42% from 255) = 7.56%

 BLUE value IS 190 (74.61% from 255) = 79.83%

R = 12.61%
G = 7.56%
B = 79.83%

CMYK

 C value IS 0.84

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E12BE (or 0x1E12BE) is known color: Medium Blue. HEX triplet: 1E, 12 and BE. RGB value is (30,18,190). Sum of RGB (Red+Green+Blue) = 30+18+190=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E12BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E12BE is #E1ED41. Grayscale: #282828. Windows color (decimal): -14806338 or 12456478. OLE color: 12456478.

HSL color Cylindrical-coordinate representation of color #1E12BE: hue angle of 244.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E12BE is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 18 190 -
CMYK 0.84 0.91 0 0.25
HSL 244.19º 0.83% 0.41% -
HSV(B) 244.19º 0.91% 0.75% -
XYZ 10.05 4.43 49.04 -
YUV 41.2 211.98 120.01 -
System Red Green Blue C M Y K H S L
Decimal 30 18 190 0.84 0.91 0 0.25 244.19 0.83 0.41
Hex 1E 12 BE 54 5B 0 19 F4 53 29
Octal 36 22 276 124 133 0 31 364 123 51
Binary 11110 10010 10111110 1010100 1011011 0 11001 11110100 1010011 101001

Color Harmonies of #1E12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E12BE

Black with #1E12BE

Text Example


Text Example

White with #1E12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E12BE; }

 p { color: rgb(30,18,190); }

 H1.HeaderClassName
 {
   color: #1E12BE;
 }
 .AnyTagClassName
 {
   color: #1E12BE;
 }
</style>

background-color css

<style>
 a { background-color: #1E12BE; }

 a { background-color: rgb(30,18,190); }

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

border-color css

<style>
 span { border-color: #1E12BE; }

 span { border-color: rgb(30,18,190); }

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