Html Css Color HEX #1001EC Blue

📋 copy color: '#1001EC'

red 16 ◦ green 1 ◦ blue 236

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

Shades of Blue #1001EC

Tints of Blue #1001EC

RGB

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

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

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

R = 6.32%
G = 0.4%
B = 93.28%

CMYK

 C value IS 0.93

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1001EC (or 0x1001EC) is known color: Blue. HEX triplet: 10, 01 and EC. RGB value is (16,1,236). Sum of RGB (Red+Green+Blue) = 16+1+236=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 236 (92.58% from 255 or 93.28% from 253); Max value from RGB is 236 - color contains mainly: blue. Hex color #1001EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1001EC is #EFFE13. Grayscale: #1F1F1F. Windows color (decimal): -15728148 or 15466768. OLE color: 15466768.

HSL color Cylindrical-coordinate representation of color #1001EC: hue angle of 243.83º 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 #1001EC is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 1 236 -
CMYK 0.93 1.00 0 0.07
HSL 243.83º 0.99% 0.46% -
HSV(B) 243.83º 1% 0.93% -
XYZ 15.36 6.19 79.74 -
YUV 32.28 242.97 116.39 -
System Red Green Blue C M Y K H S L
Decimal 16 1 236 0.93 1.00 0 0.07 243.83 0.99 0.46
Hex 10 1 EC 5D 64 0 7 F4 63 2E
Octal 20 1 354 135 144 0 7 364 143 56
Binary 10000 1 11101100 1011101 1100100 0 111 11110100 1100011 101110

Color Harmonies of #1001EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1001EC

Black with #1001EC

Text Example


Text Example

White with #1001EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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