Html Css Color HEX #013AFB Blue

📋 copy color: '#013AFB'

red 1 ◦ green 58 ◦ blue 251

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

Shades of Blue #013AFB

Tints of Blue #013AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

 BLUE value IS 251 (98.44% from 255) = 80.97%

R = 0.32%
G = 18.71%
B = 80.97%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#013AFB (or 0x013AFB) is known color: Blue. HEX triplet: 01, 3A and FB. RGB value is (1,58,251). Sum of RGB (Red+Green+Blue) = 1+58+251=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 251 (98.44% from 255 or 80.97% from 310); Max value from RGB is 251 - color contains mainly: blue. Hex color #013AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013AFB is #FEC504. Grayscale: #3E3E3E. Windows color (decimal): -16696581 or 16464385. OLE color: 16464385.

HSL color Cylindrical-coordinate representation of color #013AFB: hue angle of 226.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013AFB is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 58 251 -
CMYK 1.00 0.77 0 0.02
HSL 226.32º 0.99% 0.49% -
HSV(B) 226.32º 1% 0.98% -
XYZ 18.94 10 92.2 -
YUV 62.96 234.12 83.81 -
System Red Green Blue C M Y K H S L
Decimal 1 58 251 1.00 0.77 0 0.02 226.32 0.99 0.49
Hex 1 3A FB 64 4D 0 2 E2 63 31
Octal 1 72 373 144 115 0 2 342 143 61
Binary 1 111010 11111011 1100100 1001101 0 10 11100010 1100011 110001

Color Harmonies of #013AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AFB

Black with #013AFB

Text Example


Text Example

White with #013AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013AFB; }

 p { color: rgb(1,58,251); }

 H1.HeaderClassName
 {
   color: #013AFB;
 }
 .AnyTagClassName
 {
   color: #013AFB;
 }
</style>

background-color css

<style>
 a { background-color: #013AFB; }

 a { background-color: rgb(1,58,251); }

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

border-color css

<style>
 span { border-color: #013AFB; }

 span { border-color: rgb(1,58,251); }

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