Html Css Color HEX #106ECE Navy Blue

📋 copy color: '#106ECE'

red 16 ◦ green 110 ◦ blue 206

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

Shades of Navy Blue #106ECE

Tints of Navy Blue #106ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 4.82%
G = 33.13%
B = 62.05%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#106ECE (or 0x106ECE) is known color: Navy Blue. HEX triplet: 10, 6E and CE. RGB value is (16,110,206). Sum of RGB (Red+Green+Blue) = 16+110+206=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #106ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ECE is #EF9131. Grayscale: #5C5C5C. Windows color (decimal): -15700274 or 13528592. OLE color: 13528592.

HSL color Cylindrical-coordinate representation of color #106ECE: hue angle of 210.32º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106ECE is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 110 206 -
CMYK 0.92 0.47 0 0.19
HSL 210.32º 0.86% 0.44% -
HSV(B) 210.32º 0.92% 0.81% -
XYZ 16.93 15.72 60.53 -
YUV 92.84 191.86 73.19 -
System Red Green Blue C M Y K H S L
Decimal 16 110 206 0.92 0.47 0 0.19 210.32 0.86 0.44
Hex 10 6E CE 5C 2F 0 13 D2 56 2C
Octal 20 156 316 134 57 0 23 322 126 54
Binary 10000 1101110 11001110 1011100 101111 0 10011 11010010 1010110 101100

Color Harmonies of #106ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106ECE

Black with #106ECE

Text Example


Text Example

White with #106ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106ECE; }

 p { color: rgb(16,110,206); }

 H1.HeaderClassName
 {
   color: #106ECE;
 }
 .AnyTagClassName
 {
   color: #106ECE;
 }
</style>

background-color css

<style>
 a { background-color: #106ECE; }

 a { background-color: rgb(16,110,206); }

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

border-color css

<style>
 span { border-color: #106ECE; }

 span { border-color: rgb(16,110,206); }

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