#131CE8

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

Shades of Blue #131CE8

Tints of Blue #131CE8

Color information

#131CE8 (or 0x131CE8) is unknown color: approx Blue. HEX triplet: 13, 1C and E8. RGB value is (19,28,232). Sum of RGB (Red+Green+Blue) = 19+28+232=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 232 (91.02% from 255 or 83.15% from 279); Max value from RGB is 232 - color contains mainly: blue. Hex color #131CE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131CE8 is #ECE317. Grayscale: #2F2F2F. Windows color (decimal): -15524632 or 15211539. OLE color: 15211539.

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

Color convert

RGB1928232-
CMYK0.920.8800.09
HSL237.46º84.86%49.22%-
HSV(B)237.46º91.81%90.98%-
XYZ15.256.876.85-
YUV48.56231.52106.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.81%
GREEN value IS 28 (11.33% from 255) = 10.04%
BLUE value IS 232 (91.02% from 255) = 83.15%
R=6.81%
G=10.04%
B=83.15%

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
Decimal19282320.920.8800.09237.4684.8649.22
Hex131CE85C5809ed5531
Octal233435013413001135512561
Binary1001111100111010001011100101100001001111011011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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