Html Css Color HEX #1313EF Blue

📋 copy color: '#1313EF'

red 19 ◦ green 19 ◦ blue 239

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

Shades of Blue #1313EF

Tints of Blue #1313EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

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

R = 6.86%
G = 6.86%
B = 86.28%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1313EF (or 0x1313EF) is known color: Blue. HEX triplet: 13, 13 and EF. RGB value is (19,19,239). Sum of RGB (Red+Green+Blue) = 19+19+239=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 239 (93.75% from 255 or 86.28% from 277); Max value from RGB is 239 - color contains mainly: blue. Hex color #1313EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1313EF is #ECEC10. Grayscale: #2B2B2B. Windows color (decimal): -15526929 or 15667987. OLE color: 15667987.

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

Color convert

RGB 19 19 239 -
CMYK 0.92 0.92 0 0.06
HSL 240º 0.87% 0.51% -
HSV(B) 240º 0.92% 0.94% -
XYZ 16.08 6.84 82.13 -
YUV 44.08 238 110.11 -
System Red Green Blue C M Y K H S L
Decimal 19 19 239 0.92 0.92 0 0.06 240 0.87 0.51
Hex 13 13 EF 5C 5C 0 6 F0 57 33
Octal 23 23 357 134 134 0 6 360 127 63
Binary 10011 10011 11101111 1011100 1011100 0 110 11110000 1010111 110011

Color Harmonies of #1313EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1313EF

Black with #1313EF

Text Example


Text Example

White with #1313EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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