Html Css Color HEX #1311EC Blue

📋 copy color: '#1311EC'

red 19 ◦ green 17 ◦ blue 236

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

Shades of Blue #1311EC

Tints of Blue #1311EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 86.76%

R = 6.99%
G = 6.25%
B = 86.76%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1311EC (or 0x1311EC) is known color: Blue. HEX triplet: 13, 11 and EC. RGB value is (19,17,236). Sum of RGB (Red+Green+Blue) = 19+17+236=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 236 (92.58% from 255 or 86.76% from 272); Max value from RGB is 236 - color contains mainly: blue. Hex color #1311EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1311EC is #ECEE13. Grayscale: #292929. Windows color (decimal): -15527444 or 15470867. OLE color: 15470867.

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

Color convert

RGB 19 17 236 -
CMYK 0.92 0.93 0 0.07
HSL 240.55º 0.87% 0.5% -
HSV(B) 240.55º 0.93% 0.93% -
XYZ 15.61 6.6 79.81 -
YUV 42.56 237.16 111.19 -
System Red Green Blue C M Y K H S L
Decimal 19 17 236 0.92 0.93 0 0.07 240.55 0.87 0.5
Hex 13 11 EC 5C 5D 0 7 F1 57 32
Octal 23 21 354 134 135 0 7 361 127 62
Binary 10011 10001 11101100 1011100 1011101 0 111 11110001 1010111 110010

Color Harmonies of #1311EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1311EC

Black with #1311EC

Text Example


Text Example

White with #1311EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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