#131CFB

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

Shades of Blue #131CFB

Tints of Blue #131CFB

Color information

#131CFB (or 0x131CFB) is unknown color: approx Blue. HEX triplet: 13, 1C and FB. RGB value is (19,28,251). Sum of RGB (Red+Green+Blue) = 19+28+251=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 251 (98.44% from 255 or 84.23% from 298); Max value from RGB is 251 - color contains mainly: blue. Hex color #131CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131CFB is #ECE304. Grayscale: #313131. Windows color (decimal): -15524613 or 16456723. OLE color: 16456723.

HSL color Cylindrical-coordinate representation of color #131CFB: hue angle of 237.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131CFB is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1928251-
CMYK0.920.8900.02
HSL237.67º96.67%52.94%-
HSV(B)237.67º92.43%98.43%-
XYZ18.17.9391.84-
YUV50.73241.02105.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.38%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 251 (98.44% from 255) = 84.23%
R=6.38%
G=9.40%
B=84.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19282510.920.8900.02237.6796.6752.94
Hex131CFB5C5902ee6135
Octal23343731341310235614165
Binary10011111001111101110111001011001010111011101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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