Html Css Color HEX #013AFC Blue

📋 copy color: '#013AFC'

red 1 ◦ green 58 ◦ blue 252

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

Shades of Blue #013AFC

Tints of Blue #013AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 81.03%

R = 0.32%
G = 18.65%
B = 81.03%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#013AFC (or 0x013AFC) is known color: Blue. HEX triplet: 01, 3A and FC. RGB value is (1,58,252). Sum of RGB (Red+Green+Blue) = 1+58+252=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 252 (98.83% from 255 or 81.03% from 311); Max value from RGB is 252 - color contains mainly: blue. Hex color #013AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013AFC is #FEC503. Grayscale: #3E3E3E. Windows color (decimal): -16696580 or 16529921. OLE color: 16529921.

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

Color convert

RGB 1 58 252 -
CMYK 1.00 0.77 0 0.01
HSL 226.37º 0.99% 0.5% -
HSV(B) 226.37º 1% 0.99% -
XYZ 19.1 10.06 93.03 -
YUV 63.07 234.62 83.73 -
System Red Green Blue C M Y K H S L
Decimal 1 58 252 1.00 0.77 0 0.01 226.37 0.99 0.5
Hex 1 3A FC 64 4D 0 1 E2 63 32
Octal 1 72 374 144 115 0 1 342 143 62
Binary 1 111010 11111100 1100100 1001101 0 1 11100010 1100011 110010

Color Harmonies of #013AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AFC

Black with #013AFC

Text Example


Text Example

White with #013AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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