Html Css Color HEX #0131FF Blue

📋 copy color: '#0131FF'

red 1 ◦ green 49 ◦ blue 255

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

Shades of Blue #0131FF

Tints of Blue #0131FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 83.61%

R = 0.33%
G = 16.07%
B = 83.61%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0131FF (or 0x0131FF) is known color: Blue. HEX triplet: 01, 31 and FF. RGB value is (1,49,255). Sum of RGB (Red+Green+Blue) = 1+49+255=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 255 (100% from 255 or 83.61% from 305); Max value from RGB is 255 - color contains mainly: blue. Hex color #0131FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0131FF is #FECE00. Grayscale: #393939. Windows color (decimal): -16698881 or 16724225. OLE color: 16724225.

HSL color Cylindrical-coordinate representation of color #0131FF: hue angle of 228.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0131FF is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 49 255 -
CMYK 1.00 0.81 0 0
HSL 228.66º 1% 0.5% -
HSV(B) 228.66º 1% 1% -
XYZ 19.16 9.42 95.42 -
YUV 58.13 239.1 87.25 -
System Red Green Blue C M Y K H S L
Decimal 1 49 255 1.00 0.81 0 0 228.66 1 0.5
Hex 1 31 FF 64 51 0 0 E5 64 32
Octal 1 61 377 144 121 0 0 345 144 62
Binary 1 110001 11111111 1100100 1010001 0 0 11100101 1100100 110010

Color Harmonies of #0131FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0131FF

Black with #0131FF

Text Example


Text Example

White with #0131FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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