Html Css Color HEX #1300E1 Medium Blue

📋 copy color: '#1300E1'

red 19 ◦ green 0 ◦ blue 225

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

Shades of Medium Blue #1300E1

Tints of Medium Blue #1300E1

RGB

 RED value IS 19 (7.81% from 255) = 7.79%

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

 BLUE value IS 225 (88.28% from 255) = 92.21%

R = 7.79%
G = 0%
B = 92.21%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1300E1 (or 0x1300E1) is known color: Medium Blue. HEX triplet: 13, 00 and E1. RGB value is (19,0,225). Sum of RGB (Red+Green+Blue) = 19+0+225=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 225 (88.28% from 255 or 92.21% from 244); Max value from RGB is 225 - color contains mainly: blue. Hex color #1300E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1300E1 is #ECFF1E. Grayscale: #1E1E1E. Windows color (decimal): -15531807 or 14745619. OLE color: 14745619.

HSL color Cylindrical-coordinate representation of color #1300E1: hue angle of 245.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300E1 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 0 225 -
CMYK 0.92 1 0 0.12
HSL 245.07º 1% 0.44% -
HSV(B) 245.07º 1% 0.88% -
XYZ 13.86 5.57 71.58 -
YUV 31.33 237.29 119.2 -
System Red Green Blue C M Y K H S L
Decimal 19 0 225 0.92 1 0 0.12 245.07 1 0.44
Hex 13 0 E1 5C 64 0 C F5 64 2C
Octal 23 0 341 134 144 0 14 365 144 54
Binary 10011 0 11100001 1011100 1100100 0 1100 11110101 1100100 101100

Color Harmonies of #1300E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1300E1

Black with #1300E1

Text Example


Text Example

White with #1300E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1300E1; }

 p { color: rgb(19,0,225); }

 H1.HeaderClassName
 {
   color: #1300E1;
 }
 .AnyTagClassName
 {
   color: #1300E1;
 }
</style>

background-color css

<style>
 a { background-color: #1300E1; }

 a { background-color: rgb(19,0,225); }

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

border-color css

<style>
 span { border-color: #1300E1; }

 span { border-color: rgb(19,0,225); }

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