Html Css Color HEX #1301EC Blue

📋 copy color: '#1301EC'

red 19 ◦ green 1 ◦ blue 236

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

Shades of Blue #1301EC

Tints of Blue #1301EC

RGB

 RED value IS 19 (7.81% from 255) = 7.42%

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 236 (92.58% from 255) = 92.19%

R = 7.42%
G = 0.39%
B = 92.19%

CMYK

 C value IS 0.92

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1301EC (or 0x1301EC) is known color: Blue. HEX triplet: 13, 01 and EC. RGB value is (19,1,236). Sum of RGB (Red+Green+Blue) = 19+1+236=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 236 (92.58% from 255 or 92.19% from 256); Max value from RGB is 236 - color contains mainly: blue. Hex color #1301EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1301EC is #ECFE13. Grayscale: #202020. Windows color (decimal): -15531540 or 15466771. OLE color: 15466771.

HSL color Cylindrical-coordinate representation of color #1301EC: hue angle of 244.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1301EC is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 1 236 -
CMYK 0.92 1.00 0 0.07
HSL 244.6º 0.99% 0.46% -
HSV(B) 244.6º 1% 0.93% -
XYZ 15.42 6.22 79.74 -
YUV 33.17 242.46 117.89 -
System Red Green Blue C M Y K H S L
Decimal 19 1 236 0.92 1.00 0 0.07 244.6 0.99 0.46
Hex 13 1 EC 5C 64 0 7 F5 63 2E
Octal 23 1 354 134 144 0 7 365 143 56
Binary 10011 1 11101100 1011100 1100100 0 111 11110101 1100011 101110

Color Harmonies of #1301EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1301EC

Black with #1301EC

Text Example


Text Example

White with #1301EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1301EC; }

 p { color: rgb(19,1,236); }

 H1.HeaderClassName
 {
   color: #1301EC;
 }
 .AnyTagClassName
 {
   color: #1301EC;
 }
</style>

background-color css

<style>
 a { background-color: #1301EC; }

 a { background-color: rgb(19,1,236); }

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

border-color css

<style>
 span { border-color: #1301EC; }

 span { border-color: rgb(19,1,236); }

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