Html Css Color HEX #1E12BC Medium Blue

📋 copy color: '#1E12BC'

red 30 ◦ green 18 ◦ blue 188

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

Shades of Medium Blue #1E12BC

Tints of Medium Blue #1E12BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 79.66%

R = 12.71%
G = 7.63%
B = 79.66%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1E12BC (or 0x1E12BC) is known color: Medium Blue. HEX triplet: 1E, 12 and BC. RGB value is (30,18,188). Sum of RGB (Red+Green+Blue) = 30+18+188=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E12BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E12BC is #E1ED43. Grayscale: #282828. Windows color (decimal): -14806340 or 12325406. OLE color: 12325406.

HSL color Cylindrical-coordinate representation of color #1E12BC: hue angle of 244.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E12BC is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 30 18 188 -
CMYK 0.84 0.90 0 0.26
HSL 244.24º 0.83% 0.4% -
HSV(B) 244.24º 0.9% 0.74% -
XYZ 9.83 4.34 47.9 -
YUV 40.97 210.98 120.18 -
System Red Green Blue C M Y K H S L
Decimal 30 18 188 0.84 0.90 0 0.26 244.24 0.83 0.4
Hex 1E 12 BC 54 5A 0 1A F4 53 28
Octal 36 22 274 124 132 0 32 364 123 50
Binary 11110 10010 10111100 1010100 1011010 0 11010 11110100 1010011 101000

Color Harmonies of #1E12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E12BC

Black with #1E12BC

Text Example


Text Example

White with #1E12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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