Html Css Color HEX #1013EC Blue

📋 copy color: '#1013EC'

red 16 ◦ green 19 ◦ blue 236

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

Shades of Blue #1013EC

Tints of Blue #1013EC

RGB

 RED value IS 16 (6.64% from 255) = 5.9%

 GREEN value IS 19 (7.81% from 255) = 7.01%

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

R = 5.9%
G = 7.01%
B = 87.08%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1013EC (or 0x1013EC) is known color: Blue. HEX triplet: 10, 13 and EC. RGB value is (16,19,236). Sum of RGB (Red+Green+Blue) = 16+19+236=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 236 (92.58% from 255 or 87.08% from 271); Max value from RGB is 236 - color contains mainly: blue. Hex color #1013EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1013EC is #EFEC13. Grayscale: #292929. Windows color (decimal): -15723540 or 15471376. OLE color: 15471376.

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

Color convert

RGB 16 19 236 -
CMYK 0.93 0.92 0 0.07
HSL 239.18º 0.87% 0.49% -
HSV(B) 239.18º 0.93% 0.93% -
XYZ 15.59 6.63 79.82 -
YUV 42.84 237.01 108.86 -
System Red Green Blue C M Y K H S L
Decimal 16 19 236 0.93 0.92 0 0.07 239.18 0.87 0.49
Hex 10 13 EC 5D 5C 0 7 EF 57 31
Octal 20 23 354 135 134 0 7 357 127 61
Binary 10000 10011 11101100 1011101 1011100 0 111 11101111 1010111 110001

Color Harmonies of #1013EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1013EC

Black with #1013EC

Text Example


Text Example

White with #1013EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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