Html Css Color HEX #131BEB Blue

📋 copy color: '#131BEB'

red 19 ◦ green 27 ◦ blue 235

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

Shades of Blue #131BEB

Tints of Blue #131BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.61%

 BLUE value IS 235 (92.19% from 255) = 83.63%

R = 6.76%
G = 9.61%
B = 83.63%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#131BEB (or 0x131BEB) is known color: Blue. HEX triplet: 13, 1B and EB. RGB value is (19,27,235). Sum of RGB (Red+Green+Blue) = 19+27+235=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 235 (92.19% from 255 or 83.63% from 281); Max value from RGB is 235 - color contains mainly: blue. Hex color #131BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131BEB is #ECE414. Grayscale: #2F2F2F. Windows color (decimal): -15524885 or 15407891. OLE color: 15407891.

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

Color convert

RGB 19 27 235 -
CMYK 0.92 0.89 0 0.08
HSL 237.78º 0.85% 0.5% -
HSV(B) 237.78º 0.92% 0.92% -
XYZ 15.66 6.92 79.11 -
YUV 48.32 233.35 107.09 -
System Red Green Blue C M Y K H S L
Decimal 19 27 235 0.92 0.89 0 0.08 237.78 0.85 0.5
Hex 13 1B EB 5C 59 0 8 EE 55 32
Octal 23 33 353 134 131 0 10 356 125 62
Binary 10011 11011 11101011 1011100 1011001 0 1000 11101110 1010101 110010

Color Harmonies of #131BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BEB

Black with #131BEB

Text Example


Text Example

White with #131BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,27,235); }

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

background-color css

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

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

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

border-color css

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

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

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