Html Css Color HEX #1316EF Blue

📋 copy color: '#1316EF'

red 19 ◦ green 22 ◦ blue 239

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

Shades of Blue #1316EF

Tints of Blue #1316EF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.86%

 BLUE value IS 239 (93.75% from 255) = 85.36%

R = 6.79%
G = 7.86%
B = 85.36%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1316EF (or 0x1316EF) is known color: Blue. HEX triplet: 13, 16 and EF. RGB value is (19,22,239). Sum of RGB (Red+Green+Blue) = 19+22+239=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 239 (93.75% from 255 or 85.36% from 280); Max value from RGB is 239 - color contains mainly: blue. Hex color #1316EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1316EF is #ECE910. Grayscale: #2C2C2C. Windows color (decimal): -15526161 or 15668755. OLE color: 15668755.

HSL color Cylindrical-coordinate representation of color #1316EF: hue angle of 239.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1316EF is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 22 239 -
CMYK 0.92 0.91 0 0.06
HSL 239.18º 0.87% 0.51% -
HSV(B) 239.18º 0.92% 0.94% -
XYZ 16.14 6.94 82.15 -
YUV 45.84 237.01 108.86 -
System Red Green Blue C M Y K H S L
Decimal 19 22 239 0.92 0.91 0 0.06 239.18 0.87 0.51
Hex 13 16 EF 5C 5B 0 6 EF 57 33
Octal 23 26 357 134 133 0 6 357 127 63
Binary 10011 10110 11101111 1011100 1011011 0 110 11101111 1010111 110011

Color Harmonies of #1316EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1316EF

Black with #1316EF

Text Example


Text Example

White with #1316EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1316EF; }

 p { color: rgb(19,22,239); }

 H1.HeaderClassName
 {
   color: #1316EF;
 }
 .AnyTagClassName
 {
   color: #1316EF;
 }
</style>

background-color css

<style>
 a { background-color: #1316EF; }

 a { background-color: rgb(19,22,239); }

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

border-color css

<style>
 span { border-color: #1316EF; }

 span { border-color: rgb(19,22,239); }

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