Html Css Color HEX #131CEE Blue

📋 copy color: '#131CEE'

red 19 ◦ green 28 ◦ blue 238

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

Shades of Blue #131CEE

Tints of Blue #131CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

 BLUE value IS 238 (93.36% from 255) = 83.51%

R = 6.67%
G = 9.82%
B = 83.51%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#131CEE (or 0x131CEE) is known color: Blue. HEX triplet: 13, 1C and EE. RGB value is (19,28,238). Sum of RGB (Red+Green+Blue) = 19+28+238=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 238 (93.36% from 255 or 83.51% from 285); Max value from RGB is 238 - color contains mainly: blue. Hex color #131CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131CEE is #ECE311. Grayscale: #303030. Windows color (decimal): -15524626 or 15604755. OLE color: 15604755.

HSL color Cylindrical-coordinate representation of color #131CEE: hue angle of 237.53º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131CEE is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 28 238 -
CMYK 0.92 0.88 0 0.07
HSL 237.53º 0.87% 0.5% -
HSV(B) 237.53º 0.92% 0.93% -
XYZ 16.12 7.14 81.42 -
YUV 49.25 234.52 106.42 -
System Red Green Blue C M Y K H S L
Decimal 19 28 238 0.92 0.88 0 0.07 237.53 0.87 0.5
Hex 13 1C EE 5C 58 0 7 EE 57 32
Octal 23 34 356 134 130 0 7 356 127 62
Binary 10011 11100 11101110 1011100 1011000 0 111 11101110 1010111 110010

Color Harmonies of #131CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CEE

Black with #131CEE

Text Example


Text Example

White with #131CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,28,238); }

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

background-color css

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

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

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

border-color css

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

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

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