Html Css Color HEX #013CFC Blue

📋 copy color: '#013CFC'

red 1 ◦ green 60 ◦ blue 252

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

Shades of Blue #013CFC

Tints of Blue #013CFC

RGB

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

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

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

R = 0.32%
G = 19.17%
B = 80.51%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#013CFC (or 0x013CFC) is known color: Blue. HEX triplet: 01, 3C and FC. RGB value is (1,60,252). Sum of RGB (Red+Green+Blue) = 1+60+252=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 252 (98.83% from 255 or 80.51% from 313); Max value from RGB is 252 - color contains mainly: blue. Hex color #013CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013CFC is #FEC303. Grayscale: #3F3F3F. Windows color (decimal): -16696068 or 16530433. OLE color: 16530433.

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

Color convert

RGB 1 60 252 -
CMYK 1.00 0.76 0 0.01
HSL 225.9º 0.99% 0.5% -
HSV(B) 225.9º 1% 0.99% -
XYZ 19.2 10.27 93.07 -
YUV 64.25 233.95 82.89 -
System Red Green Blue C M Y K H S L
Decimal 1 60 252 1.00 0.76 0 0.01 225.9 0.99 0.5
Hex 1 3C FC 64 4C 0 1 E2 63 32
Octal 1 74 374 144 114 0 1 342 143 62
Binary 1 111100 11111100 1100100 1001100 0 1 11100010 1100011 110010

Color Harmonies of #013CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CFC

Black with #013CFC

Text Example


Text Example

White with #013CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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