Html Css Color HEX #131DEF Blue

📋 copy color: '#131DEF'

red 19 ◦ green 29 ◦ blue 239

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

Shades of Blue #131DEF

Tints of Blue #131DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

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

R = 6.62%
G = 10.1%
B = 83.28%

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

#131DEF (or 0x131DEF) is known color: Blue. HEX triplet: 13, 1D and EF. RGB value is (19,29,239). Sum of RGB (Red+Green+Blue) = 19+29+239=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 239 (93.75% from 255 or 83.28% from 287); Max value from RGB is 239 - color contains mainly: blue. Hex color #131DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131DEF is #ECE210. Grayscale: #313131. Windows color (decimal): -15524369 or 15670547. OLE color: 15670547.

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

Color convert

RGB 19 29 239 -
CMYK 0.92 0.88 0 0.06
HSL 237.27º 0.87% 0.51% -
HSV(B) 237.27º 0.92% 0.94% -
XYZ 16.29 7.25 82.2 -
YUV 49.95 234.69 105.92 -
System Red Green Blue C M Y K H S L
Decimal 19 29 239 0.92 0.88 0 0.06 237.27 0.87 0.51
Hex 13 1D EF 5C 58 0 6 ED 57 33
Octal 23 35 357 134 130 0 6 355 127 63
Binary 10011 11101 11101111 1011100 1011000 0 110 11101101 1010111 110011

Color Harmonies of #131DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DEF

Black with #131DEF

Text Example


Text Example

White with #131DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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