Html Css Color HEX #1318EF Blue

📋 copy color: '#1318EF'

red 19 ◦ green 24 ◦ blue 239

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

Shades of Blue #1318EF

Tints of Blue #1318EF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

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

R = 6.74%
G = 8.51%
B = 84.75%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1318EF (or 0x1318EF) is known color: Blue. HEX triplet: 13, 18 and EF. RGB value is (19,24,239). Sum of RGB (Red+Green+Blue) = 19+24+239=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #1318EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1318EF is #ECE710. Grayscale: #2E2E2E. Windows color (decimal): -15525649 or 15669267. OLE color: 15669267.

HSL color Cylindrical-coordinate representation of color #1318EF: hue angle of 238.64º 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 #1318EF is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 24 239 -
CMYK 0.92 0.90 0 0.06
HSL 238.64º 0.87% 0.51% -
HSV(B) 238.64º 0.92% 0.94% -
XYZ 16.18 7.02 82.16 -
YUV 47.02 236.34 108.02 -
System Red Green Blue C M Y K H S L
Decimal 19 24 239 0.92 0.90 0 0.06 238.64 0.87 0.51
Hex 13 18 EF 5C 5A 0 6 EF 57 33
Octal 23 30 357 134 132 0 6 357 127 63
Binary 10011 11000 11101111 1011100 1011010 0 110 11101111 1010111 110011

Color Harmonies of #1318EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1318EF

Black with #1318EF

Text Example


Text Example

White with #1318EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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