Html Css Color HEX #131FF4 Blue

📋 copy color: '#131FF4'

red 19 ◦ green 31 ◦ blue 244

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

Shades of Blue #131FF4

Tints of Blue #131FF4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.54%

 BLUE value IS 244 (95.7% from 255) = 82.99%

R = 6.46%
G = 10.54%
B = 82.99%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#131FF4 (or 0x131FF4) is known color: Blue. HEX triplet: 13, 1F and F4. RGB value is (19,31,244). Sum of RGB (Red+Green+Blue) = 19+31+244=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 244 (95.70% from 255 or 82.99% from 294); Max value from RGB is 244 - color contains mainly: blue. Hex color #131FF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131FF4 is #ECE00B. Grayscale: #323232. Windows color (decimal): -15523852 or 15998739. OLE color: 15998739.

HSL color Cylindrical-coordinate representation of color #131FF4: hue angle of 236.8º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131FF4 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 31 244 -
CMYK 0.92 0.87 0 0.04
HSL 236.8º 0.91% 0.52% -
HSV(B) 236.8º 0.92% 0.96% -
XYZ 17.09 7.65 86.16 -
YUV 51.69 236.52 104.68 -
System Red Green Blue C M Y K H S L
Decimal 19 31 244 0.92 0.87 0 0.04 236.8 0.91 0.52
Hex 13 1F F4 5C 57 0 4 ED 5B 34
Octal 23 37 364 134 127 0 4 355 133 64
Binary 10011 11111 11110100 1011100 1010111 0 100 11101101 1011011 110100

Color Harmonies of #131FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FF4

Black with #131FF4

Text Example


Text Example

White with #131FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,31,244); }

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

background-color css

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

 a { background-color: rgb(19,31,244); }

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

border-color css

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

 span { border-color: rgb(19,31,244); }

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