Html Css Color HEX #013CFA Blue

📋 copy color: '#013CFA'

red 1 ◦ green 60 ◦ blue 250

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

Shades of Blue #013CFA

Tints of Blue #013CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

 BLUE value IS 250 (98.05% from 255) = 80.39%

R = 0.32%
G = 19.29%
B = 80.39%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#013CFA (or 0x013CFA) is known color: Blue. HEX triplet: 01, 3C and FA. RGB value is (1,60,250). Sum of RGB (Red+Green+Blue) = 1+60+250=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 250 (98.05% from 255 or 80.39% from 311); Max value from RGB is 250 - color contains mainly: blue. Hex color #013CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013CFA is #FEC305. Grayscale: #3F3F3F. Windows color (decimal): -16696070 or 16399361. OLE color: 16399361.

HSL color Cylindrical-coordinate representation of color #013CFA: hue angle of 225.78º 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 #013CFA is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 60 250 -
CMYK 1.00 0.76 0 0.02
HSL 225.78º 0.99% 0.49% -
HSV(B) 225.78º 1% 0.98% -
XYZ 18.88 10.14 91.4 -
YUV 64.02 232.95 83.05 -
System Red Green Blue C M Y K H S L
Decimal 1 60 250 1.00 0.76 0 0.02 225.78 0.99 0.49
Hex 1 3C FA 64 4C 0 2 E2 63 31
Octal 1 74 372 144 114 0 2 342 143 61
Binary 1 111100 11111010 1100100 1001100 0 10 11100010 1100011 110001

Color Harmonies of #013CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CFA

Black with #013CFA

Text Example


Text Example

White with #013CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,60,250); }

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

background-color css

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

 a { background-color: rgb(1,60,250); }

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

border-color css

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

 span { border-color: rgb(1,60,250); }

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