Html Css Color HEX #131CEF Blue

📋 copy color: '#131CEF'

red 19 ◦ green 28 ◦ blue 239

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

Shades of Blue #131CEF

Tints of Blue #131CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

 BLUE value IS 239 (93.75% from 255) = 83.57%

R = 6.64%
G = 9.79%
B = 83.57%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#131CEF (or 0x131CEF) is known color: Blue. HEX triplet: 13, 1C and EF. RGB value is (19,28,239). Sum of RGB (Red+Green+Blue) = 19+28+239=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #131CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131CEF is #ECE310. Grayscale: #303030. Windows color (decimal): -15524625 or 15670291. OLE color: 15670291.

HSL color Cylindrical-coordinate representation of color #131CEF: hue angle of 237.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131CEF is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 28 239 -
CMYK 0.92 0.88 0 0.06
HSL 237.55º 0.87% 0.51% -
HSV(B) 237.55º 0.92% 0.94% -
XYZ 16.26 7.2 82.19 -
YUV 49.36 235.02 106.34 -
System Red Green Blue C M Y K H S L
Decimal 19 28 239 0.92 0.88 0 0.06 237.55 0.87 0.51
Hex 13 1C EF 5C 58 0 6 EE 57 33
Octal 23 34 357 134 130 0 6 356 127 63
Binary 10011 11100 11101111 1011100 1011000 0 110 11101110 1010111 110011

Color Harmonies of #131CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CEF

Black with #131CEF

Text Example


Text Example

White with #131CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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