#131BE8

Color #131BE8 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #131BE8

Tints of Blue #131BE8

Color information

#131BE8 (or 0x131BE8) is unknown color: approx Blue. HEX triplet: 13, 1B and E8. RGB value is (19,27,232). Sum of RGB (Red+Green+Blue) = 19+27+232=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 232 (91.02% from 255 or 83.45% from 278); Max value from RGB is 232 - color contains mainly: blue. Hex color #131BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131BE8 is #ECE417. Grayscale: #2F2F2F. Windows color (decimal): -15524888 or 15211283. OLE color: 15211283.

HSL color Cylindrical-coordinate representation of color #131BE8: hue angle of 237.75º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131BE8 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1927232-
CMYK0.920.8800.09
HSL237.75º84.86%49.22%-
HSV(B)237.75º91.81%90.98%-
XYZ15.236.7576.84-
YUV47.98231.85107.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 27 (10.94% from 255) = 9.71%
BLUE value IS 232 (91.02% from 255) = 83.45%
R=6.83%
G=9.71%
B=83.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19272320.920.8800.09237.7584.8649.22
Hex131BE85C5809ee5531
Octal233335013413001135612561
Binary1001111011111010001011100101100001001111011101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #131BE8;
 }
 .AnyTagClassName
 {
   color: #131BE8;
 }
</style>
background-color css

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

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

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

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

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

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