Html Css Color HEX #1E01B7 Medium Blue

📋 copy color: '#1E01B7'

red 30 ◦ green 1 ◦ blue 183

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

Shades of Medium Blue #1E01B7

Tints of Medium Blue #1E01B7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 183 (71.88% from 255) = 85.51%

R = 14.02%
G = 0.47%
B = 85.51%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1E01B7 (or 0x1E01B7) is known color: Medium Blue. HEX triplet: 1E, 01 and B7. RGB value is (30,1,183). Sum of RGB (Red+Green+Blue) = 30+1+183=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 183 (71.88% from 255 or 85.51% from 214); Max value from RGB is 183 - color contains mainly: blue. Hex color #1E01B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E01B7 is #E1FE48. Grayscale: #1D1D1D. Windows color (decimal): -14810697 or 11993374. OLE color: 11993374.

HSL color Cylindrical-coordinate representation of color #1E01B7: hue angle of 249.56º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E01B7 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 30 1 183 -
CMYK 0.84 0.99 0 0.28
HSL 249.56º 0.99% 0.36% -
HSV(B) 249.56º 0.99% 0.72% -
XYZ 9.09 3.72 45.04 -
YUV 30.42 214.11 127.7 -
System Red Green Blue C M Y K H S L
Decimal 30 1 183 0.84 0.99 0 0.28 249.56 0.99 0.36
Hex 1E 1 B7 54 63 0 1C FA 63 24
Octal 36 1 267 124 143 0 34 372 143 44
Binary 11110 1 10110111 1010100 1100011 0 11100 11111010 1100011 100100

Color Harmonies of #1E01B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E01B7

Black with #1E01B7

Text Example


Text Example

White with #1E01B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,1,183); }

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

background-color css

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

 a { background-color: rgb(30,1,183); }

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

border-color css

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

 span { border-color: rgb(30,1,183); }

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