Html Css Color HEX #130EEF Blue

📋 copy color: '#130EEF'

red 19 ◦ green 14 ◦ blue 239

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

Shades of Blue #130EEF

Tints of Blue #130EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.15%

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

R = 6.99%
G = 5.15%
B = 87.87%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#130EEF (or 0x130EEF) is known color: Blue. HEX triplet: 13, 0E and EF. RGB value is (19,14,239). Sum of RGB (Red+Green+Blue) = 19+14+239=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 239 (93.75% from 255 or 87.87% from 272); Max value from RGB is 239 - color contains mainly: blue. Hex color #130EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130EEF is #ECF110. Grayscale: #282828. Windows color (decimal): -15528209 or 15666707. OLE color: 15666707.

HSL color Cylindrical-coordinate representation of color #130EEF: hue angle of 241.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130EEF is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 14 239 -
CMYK 0.92 0.94 0 0.06
HSL 241.33º 0.89% 0.5% -
HSV(B) 241.33º 0.94% 0.94% -
XYZ 16.01 6.68 82.11 -
YUV 41.15 239.66 112.2 -
System Red Green Blue C M Y K H S L
Decimal 19 14 239 0.92 0.94 0 0.06 241.33 0.89 0.5
Hex 13 E EF 5C 5E 0 6 F1 59 32
Octal 23 16 357 134 136 0 6 361 131 62
Binary 10011 1110 11101111 1011100 1011110 0 110 11110001 1011001 110010

Color Harmonies of #130EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130EEF

Black with #130EEF

Text Example


Text Example

White with #130EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130EEF; }

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

 H1.HeaderClassName
 {
   color: #130EEF;
 }
 .AnyTagClassName
 {
   color: #130EEF;
 }
</style>

background-color css

<style>
 a { background-color: #130EEF; }

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

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

border-color css

<style>
 span { border-color: #130EEF; }

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

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