Html Css Color HEX #107ECE Navy Blue

📋 copy color: '#107ECE'

red 16 ◦ green 126 ◦ blue 206

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

Shades of Navy Blue #107ECE

Tints of Navy Blue #107ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 4.6%
G = 36.21%
B = 59.2%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#107ECE (or 0x107ECE) is known color: Navy Blue. HEX triplet: 10, 7E and CE. RGB value is (16,126,206). Sum of RGB (Red+Green+Blue) = 16+126+206=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #107ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107ECE is #EF8131. Grayscale: #656565. Windows color (decimal): -15696178 or 13532688. OLE color: 13532688.

HSL color Cylindrical-coordinate representation of color #107ECE: hue angle of 205.26º 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 #107ECE is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 126 206 -
CMYK 0.92 0.39 0 0.19
HSL 205.26º 0.86% 0.44% -
HSV(B) 205.26º 0.92% 0.81% -
XYZ 18.82 19.49 61.16 -
YUV 102.23 186.56 66.5 -
System Red Green Blue C M Y K H S L
Decimal 16 126 206 0.92 0.39 0 0.19 205.26 0.86 0.44
Hex 10 7E CE 5C 27 0 13 CD 56 2C
Octal 20 176 316 134 47 0 23 315 126 54
Binary 10000 1111110 11001110 1011100 100111 0 10011 11001101 1010110 101100

Color Harmonies of #107ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107ECE

Black with #107ECE

Text Example


Text Example

White with #107ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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