Html Css Color HEX #0131EF Blue

📋 copy color: '#0131EF'

red 1 ◦ green 49 ◦ blue 239

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

Shades of Blue #0131EF

Tints of Blue #0131EF

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 49 (19.53% from 255) = 16.96%

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

R = 0.35%
G = 16.96%
B = 82.7%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0131EF (or 0x0131EF) is known color: Blue. HEX triplet: 01, 31 and EF. RGB value is (1,49,239). Sum of RGB (Red+Green+Blue) = 1+49+239=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 239 (93.75% from 255 or 82.70% from 289); Max value from RGB is 239 - color contains mainly: blue. Hex color #0131EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0131EF is #FECE10. Grayscale: #373737. Windows color (decimal): -16698897 or 15675649. OLE color: 15675649.

HSL color Cylindrical-coordinate representation of color #0131EF: hue angle of 227.9º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0131EF is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 49 239 -
CMYK 1.00 0.79 0 0.06
HSL 227.9º 0.99% 0.47% -
HSV(B) 227.9º 1% 0.94% -
XYZ 16.69 8.44 82.41 -
YUV 56.31 231.1 88.55 -
System Red Green Blue C M Y K H S L
Decimal 1 49 239 1.00 0.79 0 0.06 227.9 0.99 0.47
Hex 1 31 EF 64 4F 0 6 E4 63 2F
Octal 1 61 357 144 117 0 6 344 143 57
Binary 1 110001 11101111 1100100 1001111 0 110 11100100 1100011 101111

Color Harmonies of #0131EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0131EF

Black with #0131EF

Text Example


Text Example

White with #0131EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0131EF; }

 p { color: rgb(1,49,239); }

 H1.HeaderClassName
 {
   color: #0131EF;
 }
 .AnyTagClassName
 {
   color: #0131EF;
 }
</style>

background-color css

<style>
 a { background-color: #0131EF; }

 a { background-color: rgb(1,49,239); }

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

border-color css

<style>
 span { border-color: #0131EF; }

 span { border-color: rgb(1,49,239); }

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