Html Css Color HEX #107ECF Navy Blue

📋 copy color: '#107ECF'

red 16 ◦ green 126 ◦ blue 207

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

Shades of Navy Blue #107ECF

Tints of Navy Blue #107ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.31%

R = 4.58%
G = 36.1%
B = 59.31%

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

#107ECF (or 0x107ECF) is known color: Navy Blue. HEX triplet: 10, 7E and CF. RGB value is (16,126,207). Sum of RGB (Red+Green+Blue) = 16+126+207=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #107ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107ECF is #EF8130. Grayscale: #656565. Windows color (decimal): -15696177 or 13598224. OLE color: 13598224.

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

Color convert

RGB 16 126 207 -
CMYK 0.92 0.39 0 0.19
HSL 205.45º 0.86% 0.44% -
HSV(B) 205.45º 0.92% 0.81% -
XYZ 18.94 19.54 61.8 -
YUV 102.34 187.06 66.41 -
System Red Green Blue C M Y K H S L
Decimal 16 126 207 0.92 0.39 0 0.19 205.45 0.86 0.44
Hex 10 7E CF 5C 27 0 13 CD 56 2C
Octal 20 176 317 134 47 0 23 315 126 54
Binary 10000 1111110 11001111 1011100 100111 0 10011 11001101 1010110 101100

Color Harmonies of #107ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107ECF

Black with #107ECF

Text Example


Text Example

White with #107ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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