Html Css Color HEX #131EEF Blue

📋 copy color: '#131EEF'

red 19 ◦ green 30 ◦ blue 239

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

Shades of Blue #131EEF

Tints of Blue #131EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

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

R = 6.6%
G = 10.42%
B = 82.99%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#131EEF (or 0x131EEF) is known color: Blue. HEX triplet: 13, 1E and EF. RGB value is (19,30,239). Sum of RGB (Red+Green+Blue) = 19+30+239=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 239 (93.75% from 255 or 82.99% from 288); Max value from RGB is 239 - color contains mainly: blue. Hex color #131EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131EEF is #ECE110. Grayscale: #313131. Windows color (decimal): -15524113 or 15670803. OLE color: 15670803.

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

Color convert

RGB 19 30 239 -
CMYK 0.92 0.87 0 0.06
HSL 237º 0.87% 0.51% -
HSV(B) 237º 0.92% 0.94% -
XYZ 16.31 7.3 82.21 -
YUV 50.54 234.36 105.51 -
System Red Green Blue C M Y K H S L
Decimal 19 30 239 0.92 0.87 0 0.06 237 0.87 0.51
Hex 13 1E EF 5C 57 0 6 ED 57 33
Octal 23 36 357 134 127 0 6 355 127 63
Binary 10011 11110 11101111 1011100 1010111 0 110 11101101 1010111 110011

Color Harmonies of #131EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131EEF

Black with #131EEF

Text Example


Text Example

White with #131EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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