Html Css Color HEX #1311EB Blue

📋 copy color: '#1311EB'

red 19 ◦ green 17 ◦ blue 235

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

Shades of Blue #1311EB

Tints of Blue #1311EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.27%

 BLUE value IS 235 (92.19% from 255) = 86.72%

R = 7.01%
G = 6.27%
B = 86.72%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1311EB (or 0x1311EB) is known color: Blue. HEX triplet: 13, 11 and EB. RGB value is (19,17,235). Sum of RGB (Red+Green+Blue) = 19+17+235=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 235 (92.19% from 255 or 86.72% from 271); Max value from RGB is 235 - color contains mainly: blue. Hex color #1311EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1311EB is #ECEE14. Grayscale: #292929. Windows color (decimal): -15527445 or 15405331. OLE color: 15405331.

HSL color Cylindrical-coordinate representation of color #1311EB: hue angle of 240.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1311EB is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 17 235 -
CMYK 0.92 0.93 0 0.08
HSL 240.55º 0.87% 0.49% -
HSV(B) 240.55º 0.93% 0.92% -
XYZ 15.46 6.54 79.04 -
YUV 42.45 236.66 111.27 -
System Red Green Blue C M Y K H S L
Decimal 19 17 235 0.92 0.93 0 0.08 240.55 0.87 0.49
Hex 13 11 EB 5C 5D 0 8 F1 57 31
Octal 23 21 353 134 135 0 10 361 127 61
Binary 10011 10001 11101011 1011100 1011101 0 1000 11110001 1010111 110001

Color Harmonies of #1311EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1311EB

Black with #1311EB

Text Example


Text Example

White with #1311EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1311EB; }

 p { color: rgb(19,17,235); }

 H1.HeaderClassName
 {
   color: #1311EB;
 }
 .AnyTagClassName
 {
   color: #1311EB;
 }
</style>

background-color css

<style>
 a { background-color: #1311EB; }

 a { background-color: rgb(19,17,235); }

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

border-color css

<style>
 span { border-color: #1311EB; }

 span { border-color: rgb(19,17,235); }

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