Html Css Color HEX #1006EC Blue

📋 copy color: '#1006EC'

red 16 ◦ green 6 ◦ blue 236

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

Shades of Blue #1006EC

Tints of Blue #1006EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 6.2%
G = 2.33%
B = 91.47%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1006EC (or 0x1006EC) is known color: Blue. HEX triplet: 10, 06 and EC. RGB value is (16,6,236). Sum of RGB (Red+Green+Blue) = 16+6+236=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 236 (92.58% from 255 or 91.47% from 258); Max value from RGB is 236 - color contains mainly: blue. Hex color #1006EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1006EC is #EFF913. Grayscale: #222222. Windows color (decimal): -15726868 or 15468048. OLE color: 15468048.

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

Color convert

RGB 16 6 236 -
CMYK 0.93 0.97 0 0.07
HSL 242.61º 0.95% 0.47% -
HSV(B) 242.61º 0.97% 0.93% -
XYZ 15.42 6.3 79.76 -
YUV 35.21 241.31 114.3 -
System Red Green Blue C M Y K H S L
Decimal 16 6 236 0.93 0.97 0 0.07 242.61 0.95 0.47
Hex 10 6 EC 5D 61 0 7 F3 5F 2F
Octal 20 6 354 135 141 0 7 363 137 57
Binary 10000 110 11101100 1011101 1100001 0 111 11110011 1011111 101111

Color Harmonies of #1006EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1006EC

Black with #1006EC

Text Example


Text Example

White with #1006EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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